body {
margin:0px;
margin-top:0px;
margin-left:0px;
padding: 0px 0px 0px 0px;
background-color:#707070;
background-image:url(img/bg.png);
background-repeat:repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-align:center;

}

h3 {
padding:0;
margin:0;
}

a:link {
color:#333333;
	text-decoration: underline;
}
a:visited {
	color:#333333;
	text-decoration: underline;
}
a:hover {
	color:#333333;
	text-decoration: none;
}
a:active {
	color:#333333;
	text-decoration: underline;
}



#main {
width:400px;
background-color:#ffffff;
margin:0 auto;
text-align:center;
border-left:thin solid;
border-right:thin solid;
}


#menu {
width:400px;
text-align:inherit;
padding-top:10px;
padding-bottom:10px;

}

#testi {
width:360px;
background-color:#000000;
text-align:justify;
line-height:16px;
margin:0 auto;
padding-top:10px;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;

}

#footer {
width:400px;
height:50px;
margin:0 auto;
text-align:center;
background-image:url(img/footer.png);
border-left:thin solid;
border-right:thin solid;

}
