body {	margin: 0;	padding: 0;	font: normal 12px "Lucida Grande", Helvetica, Arial, San-Serif;	background: #1A1917;	color: #EEE;}

/* Wrapper */

	#wrap {
		width: 600px;
		margin: 100px auto 0;
		padding: 0;
		position: relative;
		display: block;
	}
/* Header */	#header {
		height: 50px;		width: 150px;
		margin: 10px auto;		padding: 10px 0;		overflow: hidden;		display: block;		position: absolute;
		top: 30px;
		left: 10px;
	}			#header h1 {			margin: 0;			padding: 5px;
		/*	font: 45px "Miso", San-Serif;
			font-weight: regular;
			text-shadow: 1px 1px 1px #000;
			text-transform: uppercase;	*/			line-height: 45px;			background: transparent url(logo.gif) no-repeat center left;			text-indent: -9999px;			overflow: hidden;			display: block;		}		/* Content */	#content {
		width: 440px;
		position: relative;
		left: 170px;		margin: 0;		display: block;	}		#content h2, #contact h2 {
			margin: 0 5px 0;			padding: 3px 5px;			font: 18px "Tahoma", Arial, San-Serif;			line-height: 20px;			letter-spacing: 1px;			text-shadow: -1px 1px 1px #333;			clear: both;			display: block;
		}				#content p, #contact p {
			margin: 10px 10px 15px;			padding: 0;			line-height: 22px;			letter-spacing: 0.5px;			word-spacing: 1px;			text-shadow: 1px 1px 1px #222;
			text-align: justify;			display: block;
		}
		
		#content a {
			width: 260px;
			margin: 15px auto 25px;
			padding: 10px 5px;
			color: #454545;
			border: 1px solid #FFF;
			border-radius: 4px 4px;
				-moz-border-radius: 4px 4px;
				-webkit-border-radius: 4px 4px;
			background: #EEEEEE;
			font-size: 20px;
			text-shadow: 0px 1px 1px #FFF;
			text-align: center;
			text-decoration: none;
			display: block;
		}
			
			#content a:hover {
				background: #DDD;
			}
			#content a:active {
				background: #888;
			}
			
			@media screen and (-webkit-min-device-pixel-ratio:0) 
			{
				#content a {
					background: #EEE -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), color-stop(0.5, #E0E0E0)) repeat-x 50% 100%;
				}
			}
			
	/* Contact */
	
	#contact {
		position: relative;
		background: #;
		display: block;
	}
		
		