body {
	background:                     url(http://line25.com/wp-content/uploads/2009/letterpress/demo/bg.png);
	font:                           16px/20px Tahoma, Verdana, Tahoma;
    margin-top:                     100px;
    padding:                        0px;
    color:                          #171717;
    text-shadow:                    0px 2px 3px #555;
    -webkit-font-smoothing: 		antialiased;
    -moz-font-smoothing:            antialiased;
}
#container {
width: 				600px;
margin: 			0px auto;
}


h1 {
	font:               90px/20px Tahoma, Verdana, Tahoma;
	margin:				0px;
	padding:			0px 0px 30px 0px;
	-webkit-transition: color 0.25s linear, background 0.25s linear, border-color 0.25s linear;
	-moz-transition: 	color 0.25s linear, background 0.25s linear, border-color 0.25s linear;
}

h1:hover {
	color:				#000000;
}

h2 {
	font:               60px/20px Tahoma, Verdana, Tahoma;
	margin:		        0px;
	padding:	        40px 0px 20px 0px;
}

h2:hover{
	color:				#000000;
	-webkit-transition: color 0.25s linear, background 0.25s linear, border-color 0.25s linear;
	-moz-transition: 	color 0.25s linear, background 0.25s linear, border-color 0.25s linear; 
}

h3 {
margin:0px;
padding:0px;
}



a {
color:				#222;
text-decoration:	none;
-webkit-transition: color 0.25s linear, background 0.25s linear, border-color 0.25s linear;
-moz-transition: 	color 0.25s linear, background 0.25s linear, border-color 0.25s linear;


}

a:hover {
color:			#ffffff;
}

.box {
margin-top: 20px;
	width: 600px;
	height:120px;
	background: #171717;
	color: #fff;
	padding: 100px 20px 20px 50px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	   
	  box-shadow:                    0px 2px 3px #555;
}

