@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'LucidaGrandeRegular';
	src: url('f/lucida_grande-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LucidaGrandeRegular';
	src: url(//:) format('no404'), url('f/lucida_grande-webfont.woff') format('woff'), url('f/lucida_grande-webfont.ttf') format('truetype'), url('f/lucida_grande-webfont.svg#webfontlhptjyVF') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font: 14px/1.75em 'LucidaGrandeRegular',sans-serif;
	font-size: 14px;
	background: url("background.jpg") no-repeat 50% 0% #323232;
	color: #A6A6A6;
}
strong {
	color: #fff;
}
#main {
	width: 850px;
	margin: 0 auto;
}
h1, h2 {
	padding: 0;
	color: #CC7833;
}
h1 {
	font-size: 70px;
}
img {
	border: 0;
}
#twitter_div {
	width: 200px;
	border: 1px dashed #999;
	padding: 10px;
}
#twitter_div ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: #A5C261;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.azul {
	color: #6C99BB;
}
