
body {
	background: #000;
	width: 100%;
	overflow-x: hidden;
	text-align: center;
}

#flash-background {	
	position: absolute;
	top: 40px;
	left: 0;
	width: 1920px;
	height: 650px;
}

#top-bg{
	position: absolute;
	top: 260px;
	width: 1920px;
}

#top-bg img{
	margin: 0 auto;
	width: 1680px;	
}

#main{
	background: url("../images/top-bg.jpg") no-repeat center 300px;
	border-bottom: 1px solid #2a2a2a;
	height: 675px;
}

#page-width{
	margin: 0 auto;
	position: relative;
	width: 960px;		
}

img#map{
	display: inline;
	float: left;
	width: 960px;		
}

#flags{
	display: inline;
	float: left;
	margin: 0 0 0 0;
}

#flags a img{
	display: inline;
	float: left;
}

p {
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
margin-bottom: 18px;
}

h1 {
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 18px;
margin-bottom: 18px;
}
