* {
	margin:0;
	padding:0;
}

#container {
	width:700px;
	border:none;
	margin:auto;
}

#wrapper {
	margin-top:10%;
}

#logo {
	position:relative;
	height:300px;
	float:left;
	background:none;
	overflow:hidden;
}

#text {
	position:relative;
	width:400px;
	float:right;
	margin-top:37px;
	font-size:14pt;
	font-family:Calibri, Arial;
	color:#333;
}

#text a:link {
	font-size:14pt;
	color:#000;
	text-decoration:none;
}

#text a:visited {
	font-size:14pt;
	color:#000;
	text-decoration:none;
}

#text a:hover {
	font-size:14pt;
	color:#000;
	text-decoration:underline;
}
#text a:active {
	font-size:14pt;
	color:#000;
	text-decoration:underline;
}

#text p {
	margin-top:5px;
}

pre {
	font-size:24pt;
	color:#3366ff;
	font-family:Calibri, Arial;
}

#footer {
	position:relative;
	clear:both;
	text-align:center;
}

#footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999;
	text-decoration:none;
}

#footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999;
	text-decoration:underline;
}
#footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999;
	text-decoration:underline;
}
