body {
	margin: 0;
	padding: 0;
	background: #191E1A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0079;
	text-align: center;
}

h1, h2, h3 {
	margin-top: 0;
	text-align: center;
}

h1 { color: #191E1A;	
    background-color: #829FB1;
	font-size: 2em;
}

h2 { color: #FFFFFF;
	font-size: 1.6em;
}

h3 { color: #FFFFFF;
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border-bottom: none;
}
#container { margin-left: auto;
	     margin-right: auto;
	     width:75%
}
#center { position: relative;
		 right: 30px;
		 padding: 1px 10px 50px 0px;
		 margin: 0 200px 0 150px;
}
#right { float: right;
		 position: absolute;
		 top: 50px;
		 right: 100px;
		 width: 150px;
		 height: 400px;
		 padding: 25px 25px 25px 25px;
		 background-color: #FF0079;
		 color: #FFFFFF;
}
.footer { font-size:.70em;
         text-align:center;
	     clear:both;
   	     color:#FFFFFF;
         padding-top:10px;
}
