@import 'reset.css';

html{
overflow:hidden;
}

body{
background:#19418a url(images/bg.png) 0 0 repeat-x;
font-family:sans-serif;
color:#000;
font-size:12px;
line-height:31px;
overflow:hidden;
}


#mover{
position:absolute;
left:50%;
top:50%;
}

#main{
width:445px;
height:353px;
background:url(images/main.png);
margin:0 auto;
padding:147px 0 0 55px;
position:relative;
top:-250px;
left:-250px;
}

.newLine{
margin-bottom:34px;
}

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

a:hover{
text-decoration:underline;
}

