* { margin: 0; padding: 0; }
body { 
	background:url("images/bg.png") repeat scroll 0 0 #474747;
	font-family: 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', serif;
	overflow: auto; 
	font-size: 16px; 
	width:750px; 
	margin:0 auto; 
	margin-top:30px;
}


h1 {
	font: 70px Tahoma, Helvetica, Arial, Sans-Serif;
	text-align: center; 
	font-weight: normal; 
	margin-bottom: 30px; 
	color: #222; 
	font-size: 50px;
	color: #222;
	text-shadow: 0px 2px 3px #555;
}

h1 strong{
	color:#999999;
	display:block;
	text-shadow:0 3px 8px #2A2A2A;
	-webkit-transition-property: color;
	-webkit-transition-duration:.4s;
	-webkit-transition-timing:ease-out;
}
h1 strong:hover{
	
	color:#fff; 
}




a { text-decoration: none; color: #777; }
a:hover { color: #444; }
img#forkme { position: absolute; top: 0; left: 0; border: 0; }
div#container { width: 500pt; text-align: center; margin-top: 100px;}
#footer {margin-top: 100px;}