html{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 center;
}
img{
	border: 0;
}
div.wrapper{
	width: 976px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	min-height: 524px;
}
#content{
	height: 524px;
	width: 976px;
	background-image: url(../images/bg.png);
	position: absolute;
	top: 50%;
	margin: -262px auto 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #0e4ea1;
}
p{
	font-size: 14px;
	line-height: 22px;
	float: left;
	padding: 310px 0 0 42px;
	margin: 0;
	width: 400px;
}
address{
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	text-align: right;
	float: left;
	margin: 0;
	padding: 313px 0 0 230px;
	width: 200px;
}
.no-display{
	display: none;
}