/**
 * Position CSS File
*/

body {
}

#background {
    background: url("../images/header-bg.jpg") no-repeat scroll center transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 345px;
    width: 100%;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 893px;
}

#header {
    position: relative;
    height: 133px;
}

#logo {
    position: absolute;
    top: 8px;
    left: 30px;
    height: 85px;
    width: 207px;
}

#topmenu {
    background: url("../images/top-menu.png") no-repeat scroll center transparent;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    top: -8px;
    height: 33px;
    width: 893px;
}

#utilitymenu {
    position: absolute;
    top: 8px;
    right: 0px;
}

#search {
    position: absolute;
    top: 390px;
    right: 440px;
    z-index: 1;
}

#socialnetwork {
    position: absolute;
    top: 390px;
    right: 330px;
    z-index: 1;
}

#leaderboard {
    
}

#contentbanner {
    position: relative;
    padding: 28px 0 22px 0;
    height: 285px;
}

.mask{
	position:relative;
	width:900px;
	height:285px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

#hero {
    position: relative;
    height: 285px;
    padding: 0;
    overflow:hidden;
}

#content {
    position: relative;
}

#left {
    float: left;
    width: 530px;
    padding-right: 30px;
}

#right {
    float: right;
    width: 300px;
    padding-left: 33px;
}

#footer {
    background: url("../images/footer-bg.png") repeat-x scroll 0 0 transparent;
    position: relative;
    height: 80px;
    width: 100%;
}

#footer-wrapper {
    position: relative;
    margin: 10px auto;
    padding: 0;
    width: 893px;
}