
* {
margin : 0;
padding : 0;
}

body{background-color:#000000;}

#header{width:100%;height:102px;background-image:url(images/hdr-bkg.jpg);background-repeat:repeat-x;text-align:right;}
#header .button{float:left;top:20px;left:20px;position:relative;}
#header-wrap{width:900px;height:102px;margin:0 auto;}

#content{width:100%;height:510px;background-image:url(images/content-bkg.jpg);background-repeat:repeat-x;}
#content-wrap{width:900px;height:510px;margin:0 auto;}
