/* deathmosphere */

*{
border:0;
margin:0;
padding:0;
}

body{ 
height: 100%;
width:100%;
margin:0;
background-color:#23241e;
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: center;
}

#content{
position:absolute;
left:50%;
top:50%;
margin-left:-378px;
margin-top: -327px;
width: 760px;
height: 600px;
z-index: 1;
/*border: 1px solid fff;*/
}

#logo{
position:absolute;
left:50%;
top:50%;
margin-left:-500px;
margin-top:-228px;
z-index: 2;
}

