html, body, #wrapper {height: 100%; }
body > #wrapper { height: auto; min-height: 100%; } 

html {width:100%;
height:100%;
margin: 0;
padding: 0;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	color:#000;
	min-width:960px;
	
	background:  #fff;
	
}
#wrapper
{
width:1000px;
margin:0 auto;
}
#header
{
height:230px;
overflow:hidden;
}
#logo
{
float:left;
}

#menu
{
border-bottom:1px solid #555;
overflow:hidden;
margin-top:80px;
}
#menu ul
{
margin:0;

}
#menu li
{
float:left;
list-style:none;
font-size:14px;

}
#menu li a
{
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
padding:20px;
color:#111;
text-decoration:none;
}
#menu li a:hover
{
background:#555;
color:#fff;
}
#main
{
margin-left:200px;
height: auto; min-height: 100%;
 padding-bottom: 150px;
}

#footer
{
text-align:right;
color:#111;
font-size:12px;
width:100%;
background:#ddd;

clear: both;
position: relative;
z-index: 10;
height: 50px;
margin-top: -50px;
}
#footer p
{
padding-right:30px;
}