div.outer {
	position:absolute;
	left:50%;
	top:50%;
	width:650px;
	height:400px;
	margin-left:-335px; /*half of width */
	margin-top:-210px; /*half of height */
	background-color:#fff;
	border:10px solid #BA9DCB;
	}
body {
	font: 13px/1.5 Verdana, Geneva, sans-serif;
	color: #333;
	background:#652C8A;
}

.header{
	text-align:center;
	margin-top:10px;
}

a {
	color:#356AA0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 25px;
}

h2 {
	padding: 20px 0 0;
	font-size: 23px;
}

p {
	overflow: hidden;
	padding: 5px 0;
}

img {
	padding: 20px 0 0;
}

p.info {
	font-size:10px;
	color:#666;
	padding:60px 0 0 0;
	text-align:center;
}
