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


body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:normal;
	background-attachment: fixed;
	background-position: center center;
	background-repeat:no-repeat;
	background-color:#0c1e53;
	
	
	

	
}
#container{
	width:1300px;
	position: relative;
	overflow: hidden;
	margin-top: -6em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: 840px;
	z-index: 1;
}
#links{ width:400px;
        height:570px;
        float:left;
		
}
#logo{ width:500px;
       height:240px;
	   float:left;
	   padding-top:13em;
    

       
	}

#info{
	width: 1100px;
	height: 45px;
	margin-left: 100px;
	margin-top: 100px;
	background-image: url(img/info.png);
	float: left;
	text-align: right;
	padding: 10px;
	color: #006;
	font-size: 16px;
	line-height: 22px;
}
a:link, a:visited{ text-decoration:none;
   color:#006;}
   
a:hover{ color:#FFF;}s
