html, body {
    height: 100%;
    background-color: #000000;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000000;
}

#flashbg, #pagebg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#page {
    width: 100%;
    min-height: 720px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    overflow: hidden;
}

#menu {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: -130px auto 0 auto;
    visibility: hidden;
    text-align: center;
}

#menu div.jqDockWrap {
    margin: 0 auto;
}
#menu a {outline:none;}
#menu img {
    padding: 0 4px;
    position: relative;
    vertical-align: middle;
    border: 0;
}
#logo{
    position:relative;
    height:155px;
    background: url("/images/logo.png") center top no-repeat transparent;
	z-index:100;
	width:927px;
	height:155px;
	margin:0 auto;
}
#footer{
    position:absolute;
    left:0;
    bottom:0;
    background: url("/images/bottom_bg.png") center bottom repeat-x transparent;
    height:106px;
    text-align:center;
    width:100%;
}
#footer div, #footer div a{font-size:8pt;text-transform: uppercase;}
#footer .bottom_links {
    position: relative;
    margin-top: 50px;
}
#footer .copy {
    margin-top:10px;
}
#content {
	width:100%;		
	position:absolute;
	bottom:137px;
}
#content .inner{
	position:relative;
	width:960px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	background: url(/images/pur.png) center top no-repeat rgba(0,0,0,0.5);
	color:#fff;
}
a{color:#1A74E3;}