body, html{
    width: 100%;
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
    text-align: center;
    font-family: Verdana;
    background-color: rgb(0,0,0);
}

#main{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#noflash{
	width: 1200px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	background: rgb(0,0,0) url(../images/layout/noflash_bg.jpg) no-repeat left top;
	font-size: 13px;
    font-weight: bold;
    color: rgb(255,255,255);
    position: relative;
}
#noflash a{
    color: rgb(252,241,164);
    text-decoration: none;
}
#noflash a:hover{
    text-decoration: underline;
}

#noflash #content{
    position: absolute;
	right: 230px;
	top: 575px;
	width: 340px;
}

#logo{
	width: 114px;
	height: 180px;
    background: url(../images/layout/noflash_logo.jpg) no-repeat;
    position: absolute;
    right: 0px;
    top: 80px;
}