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

body {
background-color:#252e3d;
margin:0px;
padding:0px;
width:100%;
height:100%;
overflow: hidden;
}

#main_image {
position:absolute;
overflow: hidden;}

#content {
width:1200px;
position:absolute;
color:#252e3d;}

a {
color:#252e3d;
}