/* CSS Document */

html {
	text-align:center;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#000000;
}

body {
	width:800px;
	height:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#e7e7e7;
	background:#000000;
}

div#bg {
	width:728px; 
        height:541px;
        position:absolute;
        z-index:2;
        left:50%;
        margin-left:-340px;
        top:50%;
        margin-top:-280px;
        background:url(site/images/introbg.jpg) no-repeat;
}

div#ra {
	width: 800px; height: 360px; position: absolute; z-index: 3; left: 50%; margin-left: -400px; top: 50%; margin-top: -100px;
}

div#logo {
	width:120px;
        height:120px;
        position:absolute;
        z-index: 4;
        left:50%;
        margin-left:-60px;
        top:50%;
        margin-top:-260px;
        background:url(site/images/logo2.png) no-repeat;
}

div#intro {
	width:300px; height:400px; position:absolute; z-index:5; left:50%; margin-left:-320px; top:50%; margin-top:-180px;
}

div#nav {
	width:230px; height:41px; position:absolute; z-index:6; left:50%; margin-left:-10px; top:50%; margin-top:140px;
}

div#font {
	width:300px; height:100px; position:absolute; z-index:7; left:50%; margin-left:-45px; top:50%; margin-top: -85px; visibility: visible;
}

div#flv {
	width:300px; height:184px; position:absolute; z-index:8; left:50%; margin-left:-10px; top:50%; margin-top:-70px;
}


