@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	background: #0b4d87;
}

#wrapper{
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: 1020px;
	}

img{
 border: none;
 }
 
#logo{
	height: auto;
	width: 720px;
	float: left;
	}
	
#text{
	margin-top: 150px;
	height: auto;
	width: 300px;
	float: right;
}

#text a:link {
	color: #fff;
	}
	
#text a:visited {
	color: #fff;
	}
	
#text a:hover {
	color: #000;
	}

 
#text p{
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
	

