/* CSS Document */

body {
	margin-top: 0;
	padding: 0;
	background-image: url(background.png);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#frame {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 778px;
	height: 930px;
	z-index: auto;
}


h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF7F00;
}

h1 {
	font-size: 1em;
}
h2 {
	font-size: .9em;
}
h3 {
	font-size: .8em;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF7F00;
	text-decoration: none;
}

.welcome {
	position: absolute;
	z-index: auto;
	top: 490px;
	width: 262px;
	left: 66px;
	color: #8A8787;	
	text-align: left;
}

.godcore {
	position: absolute;
	z-index: auto;
	top: 260px;
	width: 262px;
	left: 5px;
	color: #8A8787;
	text-align: left;
}

#video {
	position: absolute;
	z-index: auto;
	top: 338px;
	left: 333px;

}

.music {
	position: absolute;
	z-index: auto;
	top: 645px;
	width: 220px;
	height: 220px;
	left: 60px;
	color: #8A8787;
	text-align: left;
}
.navigation {
	position: absolute;
	z-index: auto;
	top: 260px;
	width: 485px;
	height: 58px;
	left: 292px;
	color: #FFFFFF;
	font-weight: bold;
}


.video {
	position: absolute;
	z-index: auto;
	top: 325px;
	width: 220px;
	height: 220px;
	left: 292px;
	color: #8A8787;
	text-align: left;
}

.orange {
	color: #FF7F00;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}
.header {
	position: absolute;
	z-index: auto;
	top: 52px;
	left: -1px;
	width: 778px;
	height: 203px;
}
.header-info {
	position: absolute;
	z-index: auto;
	top: 35px;
	left: 2px;
	width: 778px;
	height: 20px;
	color: #FFFFFF;
}

.left {
	position: absolute;
	z-index: auto;
	top: 615px;
	width: 240px;
	height: 279px;
	left: 10px;
	color: #FFFFFF;
	text-align: left;
}

.middle {
	position: absolute;
	z-index: auto;
	top: 615px;
	width: 240px;
	height: 279px;
	left: 271px;
	color: #FFFFFF;
	text-align: left;
}

.right {
	position: absolute;
	z-index: auto;
	top: 615px;
	width: 240px;
	height: 279px;
	left: 532px;
	color: #FFFFFF;
	text-align: left;
}
.footer {
	position: absolute;
	z-index: auto;
	top: 920px;
	width: 778px;
	text-align: center;
	left: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}