@charset "UTF-8";

body,html {
	
}

img {
	border: none;
}

body {
	background-color: #E64097;
	margin: 0px;
	padding: 0px;
}
#TBDcontainer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -300px;/* half of #content height*/
	height: 600px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #AE3176;
}
