body {
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url("img/bg.png");
	background-color: black;
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 8pt;
}

#header,
#footer {
	min-width: 950px;
	margin-right: 9px;
	margin-left: 9px;
}

#header {
	height: 54px;
	background-image: url("img/top-bg.png");
}

#header h1 {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 54px;
	width: 180px;
}

#header h1 a {
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 150px;
	margin: 23px 0px 0px 19px;
}

#header h1 a:hover {
	background-position: 0px -22px;
}

#header h1 span {
	display: none;
}

#topMenu {
	float: left;
	width: 540px;
	margin-top: 26px;
	color: #666666;
}

#topMenu a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px;
}

#topMenu a.active {
	color: black;
}

#topMenu a:hover {
	color: #FF24BA;
}

#topMenu span {
	color: #BBBBBB;
	font-weight: bold;
	padding: 0px 5px;
}

#header form {
	float: right;
	display: block;
	padding: 0 13px 0 0;
	margin: 0;
}

#header form #searchInp {
	display: block;
	float: left;
	margin: 24px 0px 0px 0px;
	padding: 2px 5px 0px 5px;
	width: 176px;
	height: 16px;
	background-image: url("img/top-search.png");
	border-width: 0px;
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 8pt;
	color: #888888;
	background-repeat: no-repeat;
}

#header form #searchSend {
	display: block;
	float: left;
	margin: 24px 0px 0px 6px;
}



#content {
	display: table;
	width: 100%;
	border-spacing: 9px;
	opacity: 0;
}

#main,
#side {
	display: table-cell;
	vertical-align: top;
	padding: 8px;
}

#main {
	background: #4d4d4d;
}

#side {
	width: 162px;
	overflow: hidden;
}

div.notice {
	color: #eeeeee;
	font-weight: bold;
	padding: 30px;
	font-size: 15px;
}

#modalBox1 div.notice,
#modalBox2 div.notice,
#modalBox3 div.notice {
	border: 5px solid #FF24BA;
	background: #C3007B;
	color: white;
	padding: 30px 50px;
	width: 350px;
	text-align: center;
}

#footer {
	background: #4d4d4d;
	border: 5px solid white;
	padding: 0;
	height: 30px;
}

#footer #webcome {
	display: block;
	float: right;
	width: 141px;
	height: 30px;
	background-image: url('img/webcome.png');
}

#footer #webcome:hover {
	background-position: 0px -30px;
}

#footer #webcome span {
	display: none;
}


#footerMenu {
	width: 400px;
	padding: 8px 0px 0px 10px;
	color: #999999;
}

#footerMenu a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px;
}

#footerMenu a:hover {
	color: #FF24BA;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #eee;
	font-size: 17px;
	font-weight: bold;
}

.bannerContainer {
	text-align: center;
}

.topBanner {
	margin: 20px 0;
}

.layoutTopBanner {
	margin: 9px 0 0 0;
}

.layoutSideBanner {
	border: 1px solid #333;
	margin: 0 auto;
}

@media only screen and (max-device-width: 480px) {
	#side {
		display: none;
	}
}

#bubble {
	display: block;
	float: right;
	position: relative;
	margin: 7px 12px 0 0;
	height: 60px;
}
