body {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

html {
	height: 100%;
}

.padding {
	padding-right: 10px;
	padding-left: 20px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4E0809;
	text-decoration: none;
}

.text a:link{
	text-decoration: underline;
}

.text a:hover{
	color: #0060A8;
	text-decoration: underline;
}