﻿
body{
	background:#333333 !important;
	margin:0px;
	box-sizing:border-box;
}

.toppanel{
	top:0;
	left:0;
	right:0;
	height:100px;
	position:fixed;
	background:rgba(0,0,0,0.5);
	z-index:99999;
}
.navigation{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}

.toplogo{
	display:inline;
	width:113px;
	height:100px;
	line-height:100px;
}
.topmenu{
	margin-left:100px;
	display:inline;
	height:100px;
	line-height:100px;
}


.topmenu a{
	display:inline;
	color:#FFF;
	margin:15px;
	height:100px;
	text-align:center;
	font-size:14px;
}
.topmenu a:hover{
	color:#FFF;
	text-decoration:underline;
}

.bottompanel{
	color:#FFF;
	border-top:1px solid #222;
}
.bottomdesc{
	font-size:15px;
	font-weight:bold;
	padding:10px;
	text-align:center;
	border-bottom:1px solid #222;
}
.bottomlink{
	padding-top:50px;
	padding-bottom:50px;
	margin:0 auto;
	width:1200px;
}
.alink{
	color:#FFF;
}