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

*{
padding:0;
margin:0;
}

body{
background:#161414;

}

/*For intro page only!!*/

#enter_wrapper{
position:relative;
background:url('../images/enter_background.png') no-repeat;
margin-left:auto;
margin-right:auto;
margin-top: 40px;
width: 600px;
height: 800px;
text-align:center;
color:#ffffff;
font-family: helvetica, arial, verdana;
font-size:12px;
}

#enter_wrapper a{
text-decoration:none;
color:#ffffff;}

#html_site{
position:relative;
margin-left:auto;
margin-right:auto;
margin-top: 310px;
width:260px;
height:auto;
float:left;

}

#flash_site{
position:relative;
margin-left:auto;
margin-right:auto;
margin-top: 310px;
width:260px;
height:auto;
float:right;

}

#tree{

position:relative;
margin-left:auto;
margin-right:20px;
width:311px;
height:auto;
float:left;
}

#enter_footer{
clear:both;
color:#FFFFFF;

}