  * {
	margin: 0;
	padding: 0;
}
 
body {
	color: #a5a5a5;
	font-size: 10px;
	font-family: 'Georgia','Times New Roman';
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 1px;
	background-color: #121212;
}

a { color: #a5a5a5; text-decoration: none; }
a:visited { color: #a5a5a5; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; background-color: #808080; }
a:active { color: #a5a5a5; text-decoration: none; }

img { border:0; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
hr { display:none; }

#wrapper { width: 100%; }

#container {
	position: relative;
	width: 926px;
	margin: 0 auto;
}

#title {
	width: 926px;
	height: 44px;
	margin: 100px 0 40px 0;
	text-indent: -9999px;
}

#title h1 {
	width: 926px;
	height: 44px;
	background: url(http://dearthink.tv/images/title.gif) no-repeat left top;
}

#container h2 {
	margin: 35px 0;
	color: #666666;
	font-weight: normal;
}

#copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #666666;
}
