/*
	Credit: Michael Dick.
	Url: http://www.m1k3.net
	Email: michael.dick@m1k3.net
*/


/* =Misc.
---------------------------------------------------*/
@font-face {
font-family: "aa";
src: url("Aaargh.ttf");
}

* { margin: 0; padding: 0; }

body
{
    font-family: "Helvetica Neue", Helvetica, Arial;
	height: 100%;
	color: #333;
	padding: 40px 50px 50px;
	background: #e6f8d7 url('../images/bg.gif') repeat-x;
	text-shadow: 1px 1px 1px #fff; 
}

div#wrapper
{
	width: 800px;
}


h1 { font-size: 90px; font-weight: normal; background-color: #fff; display: inline-block; height: 90px; }
p { font-size: 15px; line-height: 140%; width: 370px; margin-top: 30px; color: #3d3733; }
p#links { width: auto; }
a { color: #000; font-weight: bold; }
a:hover { background-color: #fff;}
a span { font-size: 13px; color: #777; font-weight: normal; }
body p#footer { font-size: 12px; color: #333; position: fixed; left: 50px; bottom: 40px; background-color: #fff; width: auto; }
div#peek { position: fixed; right: 0; top: 200px; background: #fff url('../images/peek.jpg') no-repeat; border: 3px solid #fff; height: 93px; width: 433px; border-right: 0; text-indent: -999999px;  
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}