﻿/* Main */
html,body{
margin:0;padding:0;
}

body {
font-family: Arial;
color: #a51b24;
font-size:x-small;
}

img{
border:none 0px;
}
/* Main */
/* Body */
#center{
width: 990px;
height: 500px;

position:absolute; top:50%; left: 50%;
margin-top:-343px;
margin-left:-518px; 
}
#background_mainsite {
background-image: url(images/background.gif);
width:990px;
height:429px;
margin:0 auto;
}
#menu {
position:relative;
background-image: url(images/menu.gif);
width:990px;
height:181px;
line-height:15px;
margin:0 auto;
}
#menu a {
float:right;
position:relative;
top:60px;
right:110px;
text-decoration: none;
color: #a51b24;
}
#footer {
position:relative;
width:780px;
margin:0 auto;
}
#footer a{
text-decoration: none;
color: #a51b24;
}
#footertext {
float:right;
}
/* Body */

