@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
	}

html, body{
	background-color: #101419;
	height: 100%;
	width: 100%;
	}

body {
	background: url(bg.gif) top left repeat-x;
}

.hidden{
	display: none;
	}

object,embed {
	display:block;
	width:100%;
	height:100%;
	}

div.horizon{
	position: absolute;
	top: 306px;
	left: 178px;
	}

img{
	border: none;
	}