body {
	font-size:76.1%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:1.3em;
	margin:1em 0;
	color: white;
	background-color: black;
	text-align:center; /*center hack*/
}
#wrapper{
	text-align: center;
	width:65%; /*center hack*/
	margin:0 auto; /*center hack*/
}
#mrHeader {
	height: 100px;
/*	background: url(header_short.jpg);*/
	border-bottom: 1px solid white;
/*	background-position: 0px -50px;*/
}
#mrBody{
	padding: 10px;
}
#mrFooter{
	border-top: 1px solid white;
}
a {
	color: blue;
	text-decoration: none;
	font-weight: normal;
	color: #EC008C;
}

a:hover{
	text-decoration: underline;
	color: white;
}

