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

html{ min-height:inherit;}
body{   margin:0px; min-height:inherit; background-color:#27343C;}
#header{margin:0px auto 0px auto;  width:900px; height:150px; background:url(../images/header.jpg) no-repeat; }
#menu{  margin:15px auto 0px auto; width:900px; height:35px; background:url(../images/menu.jpg) no-repeat;}
#main{  margin:0px auto 0px auto;  width:900px; min-height:650px; background:url(../images/bg-main.jpg) repeat-y;}
#content{  margin:0px;  width:670px; min-height:650px; float:left;}
#sidenav{  margin:0px;  width:230px; min-height:650px; float:right;}
#bottom{margin:0px auto 0px auto;  width:900px; height:60px; clear:both; background:url(../images/copyright.jpg) no-repeat; background-color:#000;}
