/* CSS Document */
body
{
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	background-image: url(../images/background_gradient.jpg);
	background-position: top left;
	background-repeat: repeat;
}

.centered
{
	display:block;
	width: 842px;
	margin: 0px auto;
}

#container
{
	width: 100%;
	height: 100%;
}

#flashmargin
{	
	position:relative;
	height: 15px;
	background-color: #7fa8af;
}