body {
	background-color: #020001;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Sans-Serif, Arial;
	color: #FFF;
}

a {
	text-decoration: none;
	outline: none;
	color: #b5b5b5;
}

.wraper {
	width: 500px;
	margin: 0 auto;
}

.main-view {
	background: url("../onering.jpg") no-repeat center top;
	height: 302px;
	margin: 50px 0;
}

.main-link {
	height: 50px;
	line-height: 50px;
	word-spacing: 15px;
}

.menu-other {
	height: 50px;
	line-height: 50px;
}

.menu-other ul {
	list-style: none;
	padding: 0 50px;
	margin: 0 auto;
	display: table;
}

.menu-other ul li {
	display: table-cell;
	height: 100px;
	line-height: 100px;
	padding: 0 20px;
}

.menu-other ul li a,
.main-link a {
	color: #FFF;
	display: block;
	padding: 0;
	text-align: center;
	font-family: "ringbearermedium", Sans-Serif, Arial;
	font-size: 30px;
}

.menu-other ul li a:hover,
.main-link a:hover {
	color: #8f8f8f;
}

.disclaimer, p {
	padding: 40px 0 20px 0;
	text-align: center;
	color: #333333;
	font-size: 8px;
	font-family: Sans-Serif, Arial;
}

.error-view {
	background: url("../oneringerr.jpg") no-repeat center top;
	height: 302px;
	margin: 50px 0;
}

.error-text {
	line-height: 16px;
	word-spacing: 5px;
}

.error-text p {
	padding: 0;
	color: #FFF;
	font-family: "ringbearermedium", Sans-Serif, Arial;
	font-size: 14px;
	text-align: justify;
}

.error-text a {
	color: #BD5A1F;
	font-family: "ringbearermedium", Sans-Serif, Arial;
	font-size: 16px;
}

.error-text a:hover {
	color: #8f8f8f;
}

/* Notice style */

.notice-bar {
	background: url("../notice-bg.png") repeat-x center;
	border: 1px #8f8f8f solid;
}

.notice-bar-text {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	font-size: 10px;
	font-family: Sans-Serif, Arial;
	margin: 0 auto;
}

.notice-bar-close {
	float: right;
	padding-top: 3px;
}

.notice-bar a, img {
	color: #8f8f8f;
	font-size: 10px;
	font-family: Sans-Serif, Arial;
	border: none;
}

.notice-bar a:hover {
	color: #000;
}