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

/*style for the splash page of black camel racing*/

body {
background-color:#000000;
font-size: 62.5%; /* Resets 1em to 10px */
}

#container {
margin: 10% auto 0 auto;
width: 1039px;
height: 515px;
/*border-color:#FFFFFF;
border-style:solid;*/
position:relative;
}
.mainbg {
}
.splashmain {
position: absolute;
top: 145px;
left: 10px;
}

.header {
position: absolute;
top: 30px;
left: 50px;
}

.enter {
position: absolute;
bottom: 60px;
right: 260px;
}