/* @group tools */

#floater {
	position: relative;
	float: left;
	height: 50%;
	margin-bottom: -280px;
	width: 1px;
}

.clearfloats{
	clear: both;
}

/* @end */

/* @group structure/background */

body{
	background-color: #58C93D;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper{
	position: relative;
	clear: left;
	width: 1024px;
	height: 560px;
	margin: 0 auto;
}

#header{
	
	height: 100px;
	
}

#wrapper_content{
	height: 460px;
	clear: both;
	position: relative;
}



#content_main{

	height: 480px;
	width: 640px;
	margin: 0 auto 0;
	background: url(../images/under_construction/green.png) no-repeat top;
	
}

#social{
	height: 50px;	
}

#footer{
	height: 150px;
}



/* @end */

/* @group buttons */

.button1 {
	width: 260px;
	height: 260px;
	display: block;
	float: left;
	background: url(../images/play_button.png) no-repeat top;
	margin: 0px 3em 0px 0px;
}

.button1:hover {
	background-position: bottom;
	
}

.button2 {
	width: 260px;
	height: 260px;
	display: block;
	float: right;
	background: url(../images/work_button.png) no-repeat top;
}

.button2:hover {
	background-position: bottom;
	
}

div span {
	display: none;
}



/* @end */