* {margin: 0;padding: 0;}

html {
	overflow: hidden;
}

     /* Main body:
--------------------------------------------------------------------- */
body {
	background: #232e34;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
}


     /* Main box:
--------------------------------------------------------------------- */
#box_h {
	position: relative;
	height: 100px;
	background: none;
}
#box_m {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 826px;
	height: 228px;
	background: none;
}
#box_p {
	margin: 0 auto;
	position: relative;
	top: 5px;
	left: 0;
	width: 826px;
	height: 208px;
	background: none;
}
#box_t {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	padding-bottom: 5px;
	padding-left: 18px;
	width: 180px;
	background: none;
	border-bottom: #fff 1px solid;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #ffcc00;
}
#box_c {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	float: right;
	width: 500px;
	height: 208px;
	background: none;
	text-align: left;
}
     /* Main box:
--------------------------------------------------------------------- */
a {
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
