*{
	padding:0px;
	margin:0px;
}
html, body {
	height:100%;
	background-color:#000;
}

#BG{
	background: url(../images/home.jpg) no-repeat bottom right;
	background-color:#000;
	min-height:100%;
	position:relative;
}

* html #BG{
	height:100%;
}

#MAIN {
	width:90%;
	float:right;
	margin-top:300px;
}

#Description{
	width:350px;
	font-size:0.7em;
	color:#AB9B7A;
	margin-left:50px;
	margin-bottom:1em;
}
#MAIN a{
	color:#E8D6B2;
	font-size:1.2em;
	margin-left:50px;
}
#MAIN a:hover{
	color:#D50;
}
.clear{
	clear:both;
}

#FOOTER {
	width:600px;
	margin:0px auto;
	font-size:11px;
	color:#666;
	text-align:right;
}
#FOOTER a {
	color:#777;
	text-decoration:none;
}
#FOOTER a:hover {
	color:#999;
	text-decoration:underline;
}
