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

body {
	background-color: #bfd130;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}
.top {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height:470px;
	background:transparent url(img/degrade2.jpg) repeat-x top left;
} 
.line {
	top: 470px;
	left: 0px;
	position: absolute;
	width: 100%;
	height:39px;
	background:transparent url(img/bg5.gif) repeat top left;
	border-bottom:1px solid #7dc4cb;
} 
.content {
	top: 0px;
	margin: auto;
	position: relative;
	width: 795px;
	height: 500px;
	background:transparent url(img/background2.jpg) no-repeat;
	border-left:1px solid #7dc4cb;
	border-right:1px solid #7dc4cb;
	border-top:1px solid #7dc4cb;
}
.references {
	top: 0px;
	margin: auto;
	position: relative;
	width: 775px;
	/*height: 1000px;*/
	background-color: #39321a;
	border:1px solid #7dc4cb;
	padding:10px;
	text-align:center;
	color: #bfd130;
}
.presentation {
	top: 209px;
	left:254px;
	margin: auto;
	position: absolute;
	width: 181px;
	height: 155px;
}
.presentation2 {
	top: 209px;
	left:439px;
	margin: auto;
	position: absolute;
	width: 153px;
	height: 155px;
}
.presentation3 {
	top: 209px;
	left:610px;
	margin: auto;
	position: absolute;
	width: 181px;
	height: 155px;
}
.contact {
	top: 380px;
	left:254px;
	margin: auto;
	position: absolute;
	width: 537px;
	height: 91px;
}
.logo {
	top: 10px;
	left: 10px;
	position: absolute;
	width: 280px;
	height:125px;
	margin:auto;
} 
h1{
	font-size:14px;
	color:#F00;
} 
img {
	border:1px solid #bfd130;
	margin-bottom:10px;
}
a {
	color: #bfd130;
	font-weight:bold;
	text-decoration:none;
} 
a:hover {
	background-color: #bfd130;
	color:#39321a;
	font-weight:bold;
} 


