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

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, sans-serif;
}

div#logo-side{
	margin-top: 50px;
	text-align: center;
	}
	
div#middle-side{
	margin-top: 0px;
	text-align: center;
	position:relative;
	top:100px;
}

div#middle-img{
	text-align: center;
	position:fixed;
	top:-70px;
	left:92px;
	height:429px;
	position:relative;
}

div#top-side {
	background-color:#000099;
	margin-bottom:8px;
	margin-top: 0px;
	text-align: center;
	position:relative;
	top:100px;
	height:359px;
}

div#bottom-side {
	background-image:url(img/bottom-bck.gif);
	background-attachment:scroll;
	height:138px;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	position:relative;
	top:80px;
}
p#copyright{
	padding: 15px 0px 0px 0px ;
}

.box-img{
	margin:0px 5px 15px 0px;}
	
.contact{
	color:#000;
}