/* 
--------------------------------------------------
	BITESMEDIATV CSS DOCUMENT
	Author: Armono Wibowo
	Last Update: Jun, 2010
-------------------------------------------------- 
*/

/* --------------------------------
	01. GLOBAL BROWSER RESET
-------------------------------- */

@import "reset.css";

/* --------------------------------
	02. COMMON STYLE
-------------------------------- */

body {
	background: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%; /* ems rules */
	color: #201708;
}

a {
	text-decoration: none;
	color: #e19d2e;
}
a:hover {
	text-decoration: underline;
}


/* --------------------------------
	03. STRUCTURE
-------------------------------- */
#container {
	margin: 0 auto; padding-top: 200px;
	width: 570px;
}
	#container h1 {
		background: url("../images/bitesmediatv.jpg") no-repeat;
		width: 570px; height: 180px;
		display: block;
		text-indent: -9000px;
	}
