body,html {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/background.jpg) center center no-repeat;
}

p {
	font-size: 12px;
}

.blue {
	color: #000082;
}

img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.left {
	float: left;
	width: 140px;
	text-align: center;
}

.left p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #000; 
}

a:hover {
	color: #000082;
}

#contact {
	margin-left: 41px;
}

#contact p {
	font-size: 12px;
}

div#wrapper {
	position: absolute;
	width: 350px;
	height: 530px;
	margin: 0 auto;
	text-align: center;
    top: 50%;
    left: 50%;
	background-color: #fff;
    margin-left: -195px;
    margin-top: -280px;
    padding: 10px;
}