body{
	background-image:url('/img/background.png');
	color:#444;
	font-size:11pt;
}
p{
	margin:5px 0;
}
a{
	color:#284390;
	text-decoration:none;
}
a:hover{
	color:#2f5ee5;
	text-decoration:underline;
	
	/* CSS3 
	text-shadow: 0px 1px 1px rgba(55,55,55,.3);*/
}
a:active,a:focus{
	outline:none;
}

#wrapper{
	text-align:center;
	padding-top:10%;
	font-family:Arial, sans;
}