body, html {
    color: #f6ebd8; 
    font-family: Arial, Tahoma, sans-serif;
    background: #000000; 
    text-align: center; /*** Centers the design in old IE versions ***/
}


#MainContainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}


#bcgr {
    width:980px;
    height:700px;
    float: left;
    position: relative;
    background: url(../../img/layouts/intro/bcgr.png) top left repeat;
}

#sections {
    position: relative;
    float: left;
    margin-top: 370px;
    margin-left: 70px;
}

#Flags {
	position: relative;
	float: left;
	width: 300px;
	height: 43px;
	margin-left: 270px;
	margin-top: 70px;
	
}

#Flags a {
	position: relative;
	float: right;
	width: 43px;
	height: 43px;
	margin-left:10px;
}