@font-face {
    font-family: 'OratorStdMedium';
    src: url('../font/oratorstd-webfont.eot');
    src: url('../font/oratorstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/oratorstd-webfont.woff') format('woff'),
         url('../font/oratorstd-webfont.ttf') format('truetype'),
         url('../font/oratorstd-webfont.svg#OratorStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}



body{
	margin:0;
	padding:0;	
	line-height:18px;
}

img
{
	border:none;
}

a
{
	text-decoration:none;
}

ul
{
	margin:0; padding:0;
}

#wrapper{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	float:left;
	position:relative;	
}
#center{
	width:600px;
	float:left;
	position:absolute;
	left:50%;
	margin:0 0 0 -275px;
	z-index:10;
	font-family:OratorStdMedium;
	color:#014B69;
}


.left-top
{
	background:url(../images/top_left.jpg) no-repeat;
	width:537px;
	height:520px;
	z-index:5;
	position:fixed;
	top:0;
	left:0;
}

.right-bottom
{
	background:url(../images/bottom_right.jpg) no-repeat;
	width:754px;
	height:490px;
	position:fixed;
	bottom:0;
	right:0;
	z-index:5;
}

#center h2
{
	margin:0;
	padding:0;
	font-size:36px;
	margin:20% 0 0 0;
}

.logos a div
{
	width:200px;
	height:100px;
	margin:30px auto 0 auto;
}

.logos
{
	margin:20% auto 0 auto;
	font-size:18px;
	text-align:center;
	background:url(../images/webarq.png) no-repeat center bottom;
	width:300px;
	height:150px;
}

