@charset "UTF-8";
/* CSS Document */

body {
margin:0px;
background:url(images/bg_main.jpg) repeat-x #000;
}

#main {
background:url(images/main.png) no-repeat;
width:583px;
height:449px;
margin-top:40px;
}

#contact {
padding-top:410px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#c86a2e;
}

span {
color:#5c2503;
}

a {
color:#aa4a0d;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}