@charset "UTF-8";
/* CSS Document */

body{
	background:#ffffff;
	/*border:1px solid black;*/
	
}

.content{
	
	width:1200px;
	height:700px;
	
	margin-left:auto;
	margin-right:auto;
	
	/*border:1px solid black;*/
}

.logoBtn{
	width:585px;
	height:100px;
	position:absolute;
	margin:300px 307px 300px 307px;
	
	cursor:pointer;
}

#con{
	width:185px;
	height:100px;
	background:url(../graphics/buttons/logoCON.png) left no-repeat;
	position:absolute;
	margin:0px 0px 0px 0px;
}
#odo{
	width:400px;
	height:100px;
	background:url(../graphics/buttons/logoODO1.png) left no-repeat;
	position:absolute;
	margin:0px 0px 0px 185px;
}

#odo2{
	width:400px;
	height:100px;
	background:url(../graphics/buttons/logoODO3.png) left no-repeat;
	position:absolute;
	margin:0px 0px 0px 185px;
}

.logoBtn2{
	width:585px;
	height:100px;
	position:absolute;
	margin:15px 0px 0px 15px;
}
/*MAIN MENU & BUTTONS*/



/*FOOTER*/
.footer{
	height:75px;
	width:200px;
	absolute;
	margin:0px 0px 0px 100px;
	background:url(../graphics/footer/footer1.png) left no-repeat;
}

/**//**//**//**//**//**//**//**//**//**/