html, body {
	margin: 0;
	padding: 0;
	background-image: url(../images/structure/bg.jpg);
	background-repeat: repeat;
}
#stripe {
	margin-top: 50px;
	width: 100%;
	height: 10px;
	background-color: #3c4f8a;
}
#banner_wrapper {
	width: 100%;
	height: 100px;
	background-color: #645342;
	margin-top: 4px;
}
#banner, #content {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	position: relative;
}
#banner {
	position: relative;
}

#name {
	position: absolute;
	top: 15px;
	left: 250px;
}
#email  {
	position: absolute;
	top: 60px;
	left: 255px;
}
#flag  {
	position: absolute;
	top: 25px;
}

#leftcontent {
	position: absolute;
	left:50px;
	margin-top:155px;
	width:200px;
	z-index: 999;
}

#leftcontent img {
	margin-bottom: 5px;
	border: 0px;
}


#centercontent {
	margin-left: 200px;
	margin-right:60px;
}
#player {
	margin-left: 130px;
	margin-top: 20px;
}
#centercontent .photo {
	float: right;
}
#rightcontent {
	position: absolute;
	top: 0px;
	right:0px;
	width:60px;
}
#decor {
	position: absolute;
	left:0px;
	top: 250px;
}