* { margin:0; padding:0;}
body
{
background-color: #ffffff;
text-align: center;
font-family: "Times New Roman", Times;
font-size: 1em;
}
#wrapper
{
	width: 100%;
	height: 100%;
	margin: 10% 0 0 0;
}
#content
{
	position: relative;
	border: 0pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	/*padding: 0 0 0 260px;*/
}