* {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
body, html {height: 100%;}

body {
	background-color: #000000;
	background-image: url(../pics/home/background.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}

a {outline:none}

#horizon {
position: absolute;
left: -357px;
top: -350px;
width: 100%; 
height: 100%;
}

#wrapper {
position: absolute;
left: 50%; top: 50%;
width: 713px;
height: 701px;
}

#Layer1 {
	background:url(../pics/home/relit.png) top left no-repeat;
	position:absolute;
	width:633px;
	height:372px;
	z-index:2;
	left: -325px;
	top: -350px;
	visibility: hidden;
}

#LayerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 140%;
	color:#FFFFFF;
	padding: 120px 40px 0px 50px;
}

#LayerText a{
	color:#FFFFFF;
}

