/* CSS Document */
body {
	background-color: #CC3366;
	margin:20% 0; padding:0px;
	text-align:center;
	}

h1 {
	font: 2px/1em Verdana, Arial, sans-serif;
	color: #cc3366;
	}

#Content {
	width:405px;
	margin:0px auto;
	text-align:right;
	padding:0;
	border:0;
	}
	
a img {
	border: 0;
	}

div.hide {
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
	font-size:1px;
 	}