*{
	margin: 0;
	padding: 0;
}

html{
    height:100%;  background:#fff !important;
}
body{
	<!--background: #fff url(../images/bgr.jpg) no-repeat center 0 !important;-->
    height:100%;
}

.flash{
	position: absolute;
	width: 1000px;
	height: 338px;
	left: 50%;
	margin-left: -500px;
	text-align: center;
	z-index: 9999999;
    top:0px;
}

.flash embed{
	width: 100%;
	height: 338px;
}


.global-link{

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	 

}
.dynami
.content:hover{
	cursor: normal;
}


.left-a{
	position: fixed;
	top: 140px;
	left: 50%;
	width: 235px;
	height: auto;
	margin-left: -743px;
}
.right-a{
	position: fixed;
	top: 140px;
	left: 50%;
	width: 235px;
	height: auto;
	margin-left: 509px;
}


.left-a a, .right-a a{
	position: absolute;
	top: -70px;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	color: red;
}

#main-wrapper{
    width:1000px;
    margin:0 auto;
    position:relative;
    <!--top:339px;-->
    z-index:10;
    background:#fff;
}
#user-bar{
    top:0px;
}
.left-a, .right-a, .global-link, .flash{
    cursor:pointer;
}