html, body{
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	background: #F0F0F0;
}

#wrapper {
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0 auto;
	width:800px;
}

#wrapper:after {
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	overflow: hidden;
}

#header {
	background: url(header.png);
	height: 180px;
}

#content {
	background: white;
}
	.fullbox {
		float: left;
		margin: 20px;
		padding: 8px;
		height: 80px;
		background: #F0F0F0;
		text-align: center;
	}
	
	.box {
		margin: 20px;
		padding: 8px;
		width: 300px;
		height: 80px;
		background: #F0F0F0;
		text-align: center;
	}
	
	.info {
		border: 1px solid;
		margin: 10px;
		padding:15px 10px 15px 50px;
		background-repeat: no-repeat;
		background-position: 10px center;
		border-radius: 4px 4px 4px 4px;
		color: #00529B;
		background-color: #BDE5F8;
		background-image: url('info.png');
	}
	
	
	#footer {
		text-align: center;
	}
	
	#footer a{
		font-size: 10px;
	}
		.bar {
			background: black;
			color: white;
			display:block;
		}
		
		.midbox{
			display:block;
			position:absolute;
			top:50%;
			left:35%;
			padding: 8px;
			background: #3E3E3E;
			color: white;
		}
		
		.midbox a {
			color: white;
			text-decoration: none;
		}
		
		.midbox a:hover {
			text-decoration: underline;
		}
		