body {
	background-color:#0A3542;
	margin: 0;
	padding:0;

}

#container {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#0A3542;
	position: absolute;
	width: 100%;
	height: 600px;
	margin-bottom: -300px;
	margin-right: -50%;
	right: 50%;
	bottom: 50%;
}
#flashcontent {height: 600px;}

