@import url(style.css);

body{
	background:#18324A;
	
}
table.main{
	height:100%;
	width:1000px;
	border-right:1px solid #001F37;
	border-left:1px solid #001F37;
}

.logo{
	background:url("../pics/home/1_bg.gif") repeat-x;
	text-align:right;
	height:116px;
	vertical-align:bottom;
}
.menu{
	background:url("../pics/home/3_bg.gif") repeat-x;
	text-align:right;
	white-space:nowrap;
}

.langs{
	background:#1C3959;
	width:247px;
	text-align:center;
	height:23px;
}

.langs img{
	margin:0px 15px;
}

.copy{
	background:#1C3959;
	width:368px; 
	padding-left:40px;
	color:#6492AB;
	font-size:10px;
}
.bottom{
	background:url("../pics/home/5_bg.gif") repeat-x;
	vertical-align:top;
}
.sdv{
	background:url("../pics/home/end_bg.png") repeat-y;
	height:100%;
	text-align:right;
	vertical-align:bottom;
	padding:0px 15px 12px;
}