body {
	background: url(images/back-pattern.png) repeat fixed;
}

a:link, a:visited, a:active {
	color: #004c9a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper {
	width: 600px;
	padding: 40px;
	text-align: center;
	background-color: #e7e7e7;
	margin: 100px auto 0;
	font: 0.85em/1.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 8px solid #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 40px #000000;
}

#wrapper img {
	margin-bottom: 30px;
}
