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

html, body{
height:496px; /* Put in to place 100px from top in IE-mac */
/* Hide from IE-Mac \*/
height:100%;
/* End hide */
}

body{
background:#050505;
text-align:center;
}

#spacer{
height:50%;
width:1px;
/* Half image height */
margin-bottom:-192px;
float:left;
}

#wrapper{
position:relative;
clear:left;
width:690px;
height:385px;
margin:0 auto;
background:url(../assets/images/home.jpg) no-repeat;
cursor:pointer;
}

img{
border:0;
}
