/* file(core.css) */

/* import */
@import url("/assets/css/styles.css");



*, body { padding:0; margin:0; }
img, a img { border:none; }
body {
	background:#000;
	color:#a3a3a3;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

@media screen {
	/* wrappers */
	#wrap {background: url(/assets/images/mti_bg.jpg) repeat-x 50% 195px;}
	#page {}
	#container {
		width:900px;
		margin:0 auto;
	}
	
	/* head */
	#head {background:url(/assets/images/mti_hdr_bg.gif) repeat-x 50% 0; position:relative; padding:0;}
	#logo {background:url(/assets/images/mti_hdr.jpg) no-repeat 50% 0; height:195px;}
	#logo a {position:absolute; text-indent:-999em;}

	/* billboard */
	#billboard {
		background:url(/assets/images/mti_banner.jpg);
		position:relative;
		width:900px; height:300px;
	}
	#billboard h2 a {
		background:url(/assets/images/enter_btn.gif) no-repeat;
		display:block;
		position:absolute;
		width:232px; height:40px;
		text-indent:-999em;
		right:-10px; bottom:10px;
	}
	#billboard h2 a:hover {background-position:0 -40px;}

	/* content */
	#page {
		padding:1em 0;
		font-size:1.2em;
	}
	#column1, #column2, #column3 {
		float:left;
		width:275px;
		padding:0 10px;
	}
	#column1, #column2 {border-right:2px solid #00ff00;}

	/* foot */
	#foot {
		text-align:center;
		font-size:1.2em;
		margin:0 auto; padding:2em 0;
		clear:both;
		width:900px;
	}
	#foot a {}
	#footer a {}
	#copyright {}
}

@media print {
	#billboard, #nav, #footer {display:none;}
}
