/*
----------------------------------------------------
Title: 		SPI Creative Global CSS
Author:		Matthew Spiel
Born On:	12-03-2009		
----------------------------------------------------
*/

/* resets */
html, body, div, ul, ol, li, p, a, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/bg-paper.jpg);
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 20px;
	margin-top: 30px;
}
h2 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 40px;
}
h3 {
	margin-bottom: 10px;
}
p {
	font-size: 13px;
	margin-bottom: 50px;
	line-height: 21px;
}
a {
	color: white;
	padding: 0px 0px 3px;
}
a:hover {
	border-bottom: 1px dotted white;
}
div.content {
	background: url(../images/logo-spi-large.png) no-repeat right bottom;
	height: 420px;
	padding-top: 80px;
}