* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Calibri, Trebuchet MS, Arial;
}

html, body {
	width: 399px;
	height: 254px;
	background: url('img/bg.png') no-repeat;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #e2e2e2;
}

#header-wrap {
	background: url('img/bg_header.png') no-repeat;
	height: 32px;
}

table.notice-board {
	width: 100%;
	color: #e2e2e2;
	font-size: 10pt;
	border-collapse: collapse;
}

.notice-board .notice-type,
.notice-board .notice-date {
	width: 20%;
	text-align: center;
}

.notice-board td {
	padding: 4px;
	border-bottom: 1px solid #32262f;
	box-shadow: 0 2px 0px #191116;
}

span.notice {
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1pt 0 rgba(32,32,32,0.77);
	text-shadow: 0 1pt 0 #1f1f1f;
}

span.notice.rss {
	background: rgba(204,153,51,1);
	background: #cc9933;
	border: 1px solid #993300;
	box-shadow: inset 0 10px 0 rgba(255,255,255,0.11), inset 0 0 1px 3px rgba(96,63,0,0.11);
}

span.notice.news {
	background: rgba(51,153,204,1);
	background: #3399cc;
	border: 1px solid #003399;
	box-shadow: inset 0 10px 0 rgba(255,255,255,0.11), inset 0 0 1px 3px rgba(0,63,96,0.11);
}

span.notice.event {
	background: rgba(204,51,51,1);
	background:  #cc3333;
	border: 1px solid #660000;
	box-shadow: inset 0 10px 0 rgba(255,255,255,0.11), inset 0 0 1px 3px rgba(96,0,0,0.11);
}

span.notice.changelog {
	background: rgba(51,204,51,1);
	background:  #33cc33;
	border: 1px solid #009900;
	box-shadow: inset 0 10px 0 rgba(255,255,255,0.11), inset 0 0 1px 3px rgba(0,96,0,0.11);
}

#slideshow-wrap {
	width: 401px;
	height: 256px;
}

#slideshow-wrap #slides-wrap {
	height: inherit;
	background: rgba(52,52,52,0.75);
}

#img-wrap {
	width: 401px;
	height: 256px;
	position: relative;
}

#slideshow-wrap:hover #slide-nav {
	visibility: visible;
	opacity: 1;
}

#slide-nav-wrap #slide-nav {
	visibility: hidden;
	opacity: 0;
	z-index: 20;
	position: absolute;
	transition: visibility 0.2s linear, opacity 0.2s linear;
}

#img-wrap img {
	position: absolute;
	z-index: 1;
	width: inherit;
	height: inherit;
	width: 401px;
	height: 256px;
}

#img-wrap img.active {
	z-index: 3;
}