/* CSS Document */

body{
background-image:url(../images/bg1.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top;
background-color:#0272bb;
}

#wapper{
margin-right:auto;
margin-left:auto;
width:920px;
height:800px;
}


#logo{

width:920px;
height:100px;
background-image:url(../images/logo.png);
background-repeat:no-repeat;
}

#nav{
width:910px;
height:70px;
float:left;
}

	#nav1{
	padding:2px;
	margin:2px;
	float:left;
	width:170px;
	height:20px;
	border:#FFFFFF dotted thin;
	text-indent:5px;
	background-color:#FFFFFF;
}


#port{
width:300px;
height:100px;
background-color:#FFFFFF;
filter:alpha(opacity=60);
opacity:0.6;
}
