* {
	margin: 0;
	padding: 0;
}

body {
	background: #CCC;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	height:100%;
	width:100%;
}

img {
	border: 0;	
}

a {
	color: #1ea4db;
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #005274;
	outline: 0;
	text-decoration: none;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#container{
	position:absolute;
	z-index: 5;
	overflow:auto;
	overflow-x:hidden;
	height:100%;
	width:100%;
	min-width: 1000px;
	background: url(../images/raster.png);
}

#content {
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

#main {
	position: relative;
	width: 909px;
	margin: 0 auto;
}

/* PRELOADS */

.preload1 { background: url(../images/bg.jpg); }
.preload2 { background: url(../images/bg1.jpg); }
.preload3 { background: url(../images/bg2.jpg); }
.preload4 { background: url(../images/bg3.jpg); }
.preload5 { background: url(../images/bg4.jpg); }
.preload6 { background: url(../images/bg5.jpg); }