/* ------------------------------------------------------------------------------- */

/* © | thoughtography.com | 2009 / last modified by hakim 14.04.2009 */

/* ------------------------------------------------------------------------------- */


/* | global element reset begin | */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
fieldset, legend, img {
	border: 0;
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
}
a {
	text-decoration: none;
	outline: none;
}
/* | global element reset end | */


html, body {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 62.5%;
	color: #eee;
	background: #141616;
}
#splash {;
	width: 755px;
	height: 501px;
	border: 1px solid #191919;
}
#center {
	margin: 0 auto;
	width: 755px;
	height: 590px;
}
p {
	margin: 10px auto;
	font: normal 1.1em Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
a, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #ddd;
}

