body,html{height:100%;}
body {
	background-color:#fff;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:21px;
	color:#000000;
	background-color:#828386;
}
.clear { clear:both; }
strong { font-weight:bold; }
em { font-style:italic; }
u { text-decoration:underline; }
p { margin:0; }
a {
	color:#801a66;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#6e6f72;
	text-decoration:underline;
}
#container {
	display:block;
	position:absolute;
	width:600px;
	height:380px;
	left:50%;
	top:50%;
	margin-top:-190px;
	margin-left:-300px;
	background-color:#FFFFFF; 
}
		
		#temp {
			position:absolute;
			width:420px;
			top:60px;
			left:90px;
			text-align:center;
		}
				
