/* CSS Document */
body{
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(../img/splash/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	overflow:hidden;
}
.h100{
	height: 100%;
	width: 100%;
}
.H_600{
	height:600px;
}
.H_339{
	height:339px;
}
