/* @override http://tease.twitterland.ch/css/stil.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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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-color: black;
}

#container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#container #imgborder {
	width: 900px;
	border: 1px solid white;
	background: url(../images/loader.gif) no-repeat center center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#headline {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#headline span {
	background: url(../images/gradient-dark.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 35px;
}

#headline h1 {
	color: #fff;
	font: normal 250%/1.4em "Lucida Grande", Arial, sans-serif;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	display: block;
	position: relative;
	margin-bottom: 20px;
}

h2 {
	font: normal 1em/1% "Lucida Grande", Arial, sans-serif;
	margin: 10px 0 60px;
	color: #b7b7b7;
	text-align: center;
}

h2 a {
	color: white;
}
