@charset "utf-8";
/* CSS Document */
body
{
	background-color: #f2f2f2;
	font-family: Helvetica, sans-serif;
	padding:0;
	margin:0;
}
#web
{
    position:absolute;
    top:50%;
    left:50%;
    margin-top: -355px;
    margin-left: -389px;
	width:778px;
	height:710px:
	padding:0;
	background-color: #ffffff;
}

#header
{
	width:778px;
	height:209px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#header #languages
{
	padding: 30px 0 0 60px;
	width:778px;
}
#header #languages a
{
	color:#fff;
	font-size:12px;
	text-decoration: none;
}
#header #languages a:hover
{
	color:#002745;
}
#header #construction
{
	background-image:url(../img/under_construction.png);
	background-repeat:no-repeat;
	width:101px;
	height:101px;
	margin: 80px 0 0 110px;
	padding:15px 10px 0 10px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
#header #construction p
{
	width:40px;
	height:40px;
}
#content #fishes
{
	width:329px;
	height:257px;
	float:left;
	background-image:url(../img/fishes.jpg);
	margin:0 0 50px 0;
}
#content #description
{
	width:449px;
	height:300px;
	color:#002745;
	float:right;
	margin:0 0 40px 0;
}
#content #description #part1
{
	font-size:15px;
	padding: 0 60px 0 20px;
}
#content #description #part2
{
	font-size:10px;
	padding: 40px 60px 0 20px;
}
#banners
{
	width:778px;
	clear:both;
	margin:0 15px 0 15px;
	font-size:10px;
	color:#fff;
}
#banners .banner
{
	float:left;
	border:none;
	margin:3px;
	paddin:0;
}
#banners .banner img
{
	border:none;
}
#footer
{
	width:778px;
	height:100%;
	padding: 15px 0 10px 0;
	margin: 0 0 0 15px;
	clear:both;
	font-size:10px;
	color:#002745;
}