.wrapper{
	margin: 20px auto 0px;
	width: 600px;
	background-color: #cccccc
}
.footer a:hover {
	background-color: #FDF9FB;
}
.header{
	float: left;
	width: 100%;
	background-color: #D93E2C;
	font-size: 10em;
	font-weight: bold;
	color: #FFFFFF;
}
.content{
	float: left;
	width: 572px;
	background-color: #274B63;
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	border-top: 0px none #FDF9FB;
	border-right: 4px solid #FDF9FB;
	border-bottom: 4px solid #FDF9FB;
	border-left: 4px solid #FDF9FB;
}
.content span a {
	font-size: 1.6em;
	font-weight: bold;
	background-color: #D43D2C;
	padding: 2px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
.content span a:hover {
	background-color: #FFFFFF;
	color: #D43D2C;
}

.content h2 {
	font-size: 1.7em;
	font-style: italic;
	font-family: "Courier New", Courier, monospace;
}
.footer{
	float: left;
	width: 572px;
	background-color: #D43D2C;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: 0px none #FDF9FB;
	border-right: 4px solid #FDF9FB;
	border-bottom: 4px solid #FDF9FB;
	border-left: 4px solid #FDF9FB;
	color: #FFFFFF;
}
body {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	background-color: #e7e7de;
	font-family: "Helvetica Neue", Helvetica, "Gill Sans Light", arial, sans-serif;
	color: #000000;
}
a {
	color: #D5D5D5;
}
a:hover {
	color: #274B63;
	text-decoration: none;
	background-color: #BDD1D9;
}

