body{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 60%;
	color: #666666;
	line-height: 1.266;	
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	background: #e2e2e2;
}

#red{ 
    text-align: center;
	font-size:130%;
	padding:30px;
	color:#CC0000;
	text-decoration:underline;
} 

#container{ 
	position: absolute;
	top: 50%;
	left: 50%;
    width: 760px;
	height: 420px;
    margin-left: -380px;
	margin-top: -210px;
    text-align: center
} 

a, a:link, a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #FF3300;
	text-decoration: underline;
}

p{
	margin:2px;
	text-align:right;
}


