body {
	padding:0px;
	margin:0px;
	background-color:#603b2c;		
}

div.center {
	width:459px;
	height:563px;
	
	position:absolute;
	left:50%;
	top:50%;
	
	/* margin-left:-230px; */
	margin-left:-239px;

	margin-top:-302px;
	/* margin-top:-282px; */
}

div.bottom {
	position:absolute;
	bottom:0px;
	margin:0px;
	width:100%;
	
	background-color:#f2f0c0;
	border-top:2px solid #996666;
	text-align:center;
}

div.bottom p.text {
	margin:0px;
	padding-top:4px;
	padding-bottom:2px;
	
	font-size:12px;
}

div.bottom p.text a {
	color:#603b2c;			
}

div.bottom p.text a:hover {
	color:black;			
}

a, 
a:hover, 
a:visited, 
a:active,
a:link {
	border:none;
	text-decoration:none;	
}

img {
	border:none;
}
