body{
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
	FONT-FAMILY: Geneva, Arial, Helvetica, Sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: NORMAL;
	LINE-HEIGHT: 14px;
	background-color:#7e396f;
	border:none;
}
#container {
		position:absolute;
		left:50%;
		top:0;
		width:800px;
		height:800px;
		margin-left:-400px; /* the width/2 */
		/*margin-top:-310px;	/* the height/2 */
}

/* The right value for Mozilla */
body>#container {
		margin-left:-410px; 
		/*margin-top:-320px; */
}

#alternate { position: absolute; top:200px; width:800px; text-align:center; color:#FFFFFF; }
