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

body {
background: url('bg.jpg') top center #040504;
text-align: center;
}

a {color: #9089FF; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: none;}

#container {
margin-left: auto;
margin-right: auto;
width: 1000px;
height: auto;
overflow: visible;
text-align: left;
color: #EFEFEF;
}

#logo, #placeholder1, #placeholder2, #placeholder3 {float: left;} 

#logo {width: 40%; height: 150px; background: url('logo-small.jpg') transparent no-repeat center right;}

#placeholder1 {padding-left: 10%; width: 50%;  font-size: 16px;}

#placeholder2, #placeholder3 {text-align: center;}
#placeholder2 {padding-left: 20%; width: 30%; }
#placeholder3 {padding-right: 20%; width: 30%; }

#placeholder2, #splash {clear: both;}

#splash {
background: url('splash.jpg') transparent center bottom no-repeat;
width: 1000px;
height: 800px;
}