/*
Author: M.R.M
*/

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Style */
body {
	background: #ececec url(img/main-bg.png) repeat-x;
	font: 62.5% Arial, Verdana, Helvetica;
	color: #b0b0b0;
}

/* Structure Style */
.container {
	width: 780px;
	margin: 0 auto;
	background: url(img/center-bg.png) repeat-x center top;
	padding-top: 80px;
}

/* -- Logo */
.logo {
	/* background: url(img/logo.png) no-repeat top center; */
	width: 300px;
	height: 111px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
.logo a {
	display: block;
	width: 300px;
	height: 111px;
	/* text-indent: -7777px; */
}
/* -- Mainbox */
.mainbox {
	background: url(img/box-bg.png) repeat-x top;
	/* height: 400px; */
	border: 1px solid #dbdbdb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.mainbox h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
	color: #b0b0b0;
	text-shadow: 1px 1px 1px #fff;
	padding-top: 30px;
	letter-spacing: -0.05em;
	padding-bottom: 10px;
}

/* -- Intro */
.intro {
	background: url(img/top-shadow.png) no-repeat top center;
	font-size: 2.6em;
	text-align: center;
	padding-top: 60px;
	color: #b0b0b0;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	letter-spacing: -0.07em;
}
.intro a {
	color: #f6c300;
}

/* -- Footer */
.footer {
  text-align: center;
	margin: 30px 0;
}