body 	{
 	height: 100%;
	background: #FFFFFF;
	font-family: Segoe UI, verdana, helvetica, arial, sans-serif;
	font-size: 11px; margin: 0px auto -1px auto;
	text-align: center
	}

#title	
	{
	top: 15%;
	width: 100%;
	text-align: center
	}
	
#picture	
	{
	top: 17%;
	width: 100%;
	text-align: center
	}

/* Links */

a:link, a:visited
{
	color: #000;
	border: none;
	text-decoration: none;
}
a:visited
{
	color: #133902;
}
a:active
{
	color: #133902;
}
a:hover
{
	border: none;
	text-decoration: none;
}
	