/* [0] reset all styles from default browser preferences */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
img { border: 0px; }

/* [1] HTML5 tags for IE */
header, section, footer, aside, nav, article, figure {display: block;}

/* [2] webfont-definition */
@font-face {
	font-family: 'TitilliumText22LMedium';
	src: url('../fonts/TitilliumText22L004-webfont.woff') format('woff'), url('../fonts/TitilliumText22L004-webfont.ttf') format('truetype'), url('../fonts/TitilliumText22L004-webfont.svg#webfontQGJ54wfV') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TitilliumText22LBold';
	src: url('../fonts/TitilliumText22L005-webfont.woff') format('woff'), url('../fonts/TitilliumText22L005-webfont.ttf') format('truetype'), url('../fonts/TitilliumText22L005-webfont.svg#webfontNGnBwuGb') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* [3] body */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background-color: #000000;
}

/* [4] text styles */
p{
	color: #e7e7e7;
	font: 1em "TitilliumText22LMedium", LucidaGrande, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}

h1{
	color: #e7e7e7;
	font: 1.5em "TitilliumText22LMedium", LucidaGrande, Helvetica, Arial, sans-serif;
	line-height: 2em;
	letter-spacing: 0.02em;
}
h2{
	color: #e7e7e7;
	font: 2em "TitilliumText22LMedium", LucidaGrande, Helvetica, Arial, sans-serif;
	line-height: 2.5em;
	letter-spacing: 0.02em;
}

/* [5] links */
header{
	position:absolute;
	width:700px;
	height:30px;
	left:50%;
	margin-left:-350px;
}
#content{
	position:absolute;
	width:1024px;
	height:80%;
	left:50%;
	margin-left:-512px;
	top:150px;
}
#welcome{
	width:1024px;
	text-align:center;
	margin-top:50px;
}
footer{
	position:absolute;
	width:1024px;
	height:30px;
	left:50%;
	bottom:0px;
	margin-left:-512px;
	text-align:center;
}
a{
	color: #e7e7e7;
	font: 1em "TitilliumText22LMedium", LucidaGrande, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	text-decoration: none;
}