body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: url(img/back.jpg) repeat;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDEDE;
}

.main {
	width: 100%;
	height: 100%;
}

.cont {
	width: 552px;
	height: 340px;
}

#logo {
	background: url(img/logo.png) no-repeat;
	width: 552px;
	height: 329px;
}

#shadow {
	background: url(img/shadow.png) no-repeat 40px 19px;
	width: 552px;
	height: 329px;
}

#menu {
	margin-right: 8px;
	padding-top: 2px;
}

#menu a {
	color: #DEDEDE;
	text-decoration: none;
}

#port_nav {
	margin-top: 292px;
	margin-right: 8px;
}

#port_nav_l {
	background: url(img/nav_l.png) no-repeat;
	width: 5px;
	height: 15px;
}

#port_nav_back {
	background: url(img/nav_back.png) repeat;
	height: 15px;
	margin-left: 5px;
	padding: 0px 5px 0px 2px;
	font-size: 10px;
}

#port_nav_back a {
	color: #DEDEDE;
	text-decoration: none;
}

#contact_back {
	background: url(img/cont_back.jpg) no-repeat 40px 19px;
	width: 552px;
	height: 329px;
}

#contact {
	margin: 0px 0px 0px 40px;
	width: 512px;
	height: 310px;
}

#contact a {
	color: #DEDEDE;
	text-decoration: none;
}

#foot {
	margin-right: 8px;
	font-size: 9px;
}