body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}
#home {
	width: 1024px;
	height: 930px;
	background: #000000 url(../images/bg-home.jpg) no-repeat;
	background-position: 0px 0px;
}
#copyright {
	width: 500px;
	height: 25px;
	background-position: 0px 0px;
	position:relative;
	color:#ffffff;
        font-size: 11px;
	left:20px;
	top:700px;
}
#copyright a {
        text-decoration: none;
    	color:#ffffff;    
}
