body {
	margin: 0px;
	padding: 0px;
	FONT-FAMILY: Helvetica, Arial, Sans-serif;
	BACKGROUND: #010f1c
}

#wrapper-window {
	width: 1000px;
	margin: 0 auto;
}

#menu {
	width: 100%;
	margin: 0 auto;

	}
#wrapper-home
{
	width: 100%;
	min-height:500px;
	margin: 0 auto;
	background-image: url(../images/bg-content.png);
	background-position: center top;
}

#wrapper-standard
{
	width: 100%;
	min-height:500px;
	margin: 0 auto;
	background-image: url(../images/bananas.png);
	background-position: center top;
}


#content-left
{
	float: left;
	width: 50%;
	margin: 0;
	height: 500px;
}

#content-right
{
	float: right;
	width: 50%;
	margin: 0;
	height: 500px;
}
