/* CSS Document */
html{
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #661E32;
	background-image: url(img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#home{
	position: absolute; 
	width: 550px; 
	height: 400px; 
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -275px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}
a {
text-decoration:none;
color:#FFFFFF;
}
a:hover {
text-decoration:underline;
color:#E6E6E6;
}