/* CSS Document */

/* basic page elements */

body
{
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	background:#221E1F;
}

a { color:#CB6C18; text-decoration: none; }
a:visited { color: #CB6C18; }
a:hover { color: #ccc; text-decoration: underline; }

/* page layout */
h1 {
	overflow:hidden;
	text-indent:-5000px;
}

#container
{
	width: 760px;
	height: 520px;
	margin-top: 5%; 
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
}

