body
{
	background: url('../image/background/notebook.png') repeat #F2F2F2;
}

#splash-container
{
	width:600px;
	height:200px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

h1
{
	font-family:arial,sans-serif;
	font-weight:700;
	font-size:4em;
	line-height:1px;
	color:#444444;
}

h2
{
	font-family:arial,sans-serif;
	font-weight:700;
	font-size:2em;
	line-height:1px;
	color:#444444;
}

h3
{
	font-family:arial,sans-serif;
	font-weight:700;
	font-size:1em;
	line-height:1px;
	color:#AAAAAA;
}

@font-face {
    font-family: 'desyrelregular';
    src: url('desyrel-webfont.eot');
    src: url('desyrel-webfont.eot?#iefix') format('embedded-opentype'),
         url('desyrel-webfont.woff') format('woff'),
         url('desyrel-webfont.ttf') format('truetype'),
         url('desyrel-webfont.svg#desyrelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}