html{height:100%;}

body{
	height:100%;
	margin: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color:#e9e9e9;
}

a{
	color: #552413;
	font-size: 11px;
	text-decoration: none;
}
a:visited{
	color: #552413;
	font-size: 11px;
	text-decoration: none;
}
a:hover{
	color: #552413;
	font-size: 11px;
	text-decoration: underline;
}
a:visited:hover{
	color: #552413;
	font-size: 11px;
	text-decoration: underline;
}

.borderImage{
	border: 1px solid #552413;
}
