/* CSS Document */

body{
background-color:#003664;
}

#bg{
background-image:url(images/home.jpg);
background-repeat:no-repeat;
width:1000px;
height:650px;
margin:0 auto;
position:relative;
}

#menu{
	width:1000px;
	height:35px;
	position:relative;
	text-decoration: none;
	margin-top: 115px;
	float: left;

}

#content{
width:1000px;
height:396px;
}

#insider_con{
width:470px;
height:396px;
float:left;
}

#insider_con_right{
width:500px;
height:396px;
float:left;
}

#footer{
width:1000px;
height:100px;
margin-top:50px;
color:#FFFFFF;
font:"Century Gothic";
font-size:12px;
margin:0 auto;
}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF0000;
}

