@charset "UTF-8";
/* CSS Document */







body {
margin: 0;
padding: 0;
border: 0;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;

}

a {
color: #04D2D2;
text-decoration: none;
}

a:hover {
color: #ff00fd;
}

#main_container {
width: 900px;
height: 600px;
background: url(../images/main_bg.jpg);
margin: 0 auto;

}

#filler {
height: 400px;
width: 900px;
}

#info {
margin: -146px 0 0 0;

}

#info_upper {
color: #CCCCCC;
text-align: center;
margin: 300px 0 0 0;
}
	#info_upper a.spacing {
	padding: 0 60px;
	}



#info_lower {
color: #999999;
margin: 6px 0 0 180px;
font-weight: bold;
font-size: 11px;

}

.white {
font-weight: bold;
color: #FFFFFF;
font-size: 12px;
padding: 0 10px 0 0;

}

.blue {
font-weight: bold;
color: #04D2D2;
}


/*navigation*/

#menu_home {
/*Change this for menu positioning*/

	margin: 0px 0 0 700px;
	/*position: fixed;*/
	/*border: #00FF00 solid 2px;*/
	
	}
	
		#button_work {
		width: 90px;
		height: 35px;
		float: right;
		margin: 353px 108px 18px 0;
		clear: both;
		}
		
		#button_info {
		width: 90px;
		height: 35px;
		float: right;
		margin: 10px 108px 0 0;
		clear: both;
		}


		#button_news {
		width: 90px;
		height: 35px;
		float: right;
		margin: 35px 108px 0 0;
		clear: both;
		}



