/* @override http://www.thinkbright.nl/css/style.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background: #1a1a1a none;
	color: #D2D2D2;
	font: 62.5%/2em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	/*
	border: solid 10px #2A2A2A;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	*/
}

h1, h2, p {
	margin: 0 0 2em;
}

a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	font-size: 1.2em;
	margin: 100px auto 0;
	width: 400px;
}

h1 {
	background: #FFF url(../images/logo.png) no-repeat 0 0;
	height: 81px;
	margin: 0 0 3em;
	text-indent: -12000em;
	width: 399px;
}

h2 {
	font-size: 2em;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	color: #FFF;
	font-weight: bold;
}

.note {
	font-size: 0.8em;
	text-align: right;
}