
body{
	margin:0;
	width:100%;
	background-color:#FFF;
	}
#header{
	padding-bottom:1em;
	border-bottom:2px solid #000;
	}
#nav{
	display:none;
	}
#footer{
	display:none;
	}
#modules li{
	padding:35px 0 13px 10px;
	width:150px;
	}
#modules div{
	height:200px;
	}
#modules li a{
	width:100px;
	}
