@charset "UTF-8";

/*Relief text part*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	background-color:#000000;
}

#wrap{
	width:510px;
	height: 201px;
	
	font-size:12px;
	background-color:#000;
	top:0px;
	left:0px;
	}
	
#navpl ,#navpr{
	
	height: 201px;
	width: 15px;
	float:left;
	
	
	
	text-decoration:none;
	line-height:1px;
	font-size:1px;
	background-color:#666666;
	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1px;
	color:#FFF;	
	top:0px;
	left:0px;
	}

#navpl {
	background-image:url(../images/navl.png);
	}
	
#navpr {
	background-image:url(../images/navr.png);
	}
	
#picture{
	position:relative;
	height: 201px;
	width: 480px;
	text-decoration:none;
	font-size:1px;
	float:left;
	background-color:#000;
	}

a.naval {
	color: #FFFFFF;
	display: block;
	font-size: 1px;
	height: 201px;
	line-height: 21px;
	margin: 0px;
	text-decoration: none;
	vertical-align: middle;
	width: 15px;
	top:0px;
	left:0px;
	float:left;
}
