html {
margin:0 auto;
}
body{
margin:0 auto;
font-family: Tahoma;
font-size: 10px;
}
*:focus{
	outline:none;
}
a {
text-decoration:none;
color:#F90;
border:none;
}
a:link {
text-decoration:none;
}
a:hover{
color:#666;
text-decoration:none;
}
img{
border:none;	
}
#container {
margin-left:auto;
margin-right:auto;
text-align:center;
width: 600px;
height:100%;
}
#image{
text-align:center;
background-position:center;
background-image: url(mts.jpg);
background-repeat:no-repeat;
height:500px;
width:600px;
}
#text{
font-size:12px;
color:#666;
}

