@charset "utf-8";
/* ---------- body ----------*/

body,td,th {
	font-family: arial;
	font-size: 12px;
	color: #CCC;
}
body {
	background-color: #000;
	background-image:url(../images/intro/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
}
a:link {
	color:#F7E944;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F7E944;
}
a:hover {
	text-decoration: none;
	color: #FF;
}
a:active {
	text-decoration: underline;
	color: #F7E944;
}

#container {
	width:760px;
	margin:auto;
	margin-top:118px;
	margin-bottom:30px;
	border:#000 solid 4px;
	background:#960;
}
#imgm {
	border:#000 solid 3px;
	border-left:0px;
	border-bottom:0px;
}
#bottom {
	text-align:center;
}