<!---->* {
	margin: 0px;
	padding: 0px;
}
#rapper {
	background-color: #000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rapper #navigation {
	height: 35px;
	color: #2D42BD;
	font-family: "Britannic Bold";
	font-size: 30px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#rapper #welcome #left {
	width: 600px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
	height: 620px;
}
#rapper #welcome #right {
	width: 299px;
	float: right;
	height: 600px;
}
#rapper #welcome #footer {
	height: 40px;
	clear: both;
	font-family: "Britannic Bold";
	font-size: 24px;
	color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #03C;
}
#rapper #logo {
	height: 300px;
	background-color: #000;
	width: 900px;
}
