body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#B1BDC5;
}


#wrapper 
{
	position:absolute; 
	align:center;
	width:100%;
	height:100%; /* works only parent container is assigned a height value */ 
}

#copy
{
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8295A3;
	font-size:10px;
	background-color:#B1BDC5;
	width:350px;
}