html,
body {
	/*height: 100%;*/
	margin: 0;
	padding: 0;

	color: #666;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background: url(../img/background.jpg) repeat-x; 
}

a:link,
a:visited {
	color: #333;
	/*text-shadow: none;*/

	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
a:hover,
a:active,
a:focus {
	color: #666;
	text-decoration: none;
}

header h1 {
	position: absolute;
	top: 25px;
	left: 10px;
	color: #666;
	font-size: 60px;
	text-shadow: 1px 1px 0 black;
}
header h1 span {
	color: #900;
	font-size: 65px;
}
header h2 {
	position: absolute;
	top: 87px;
	left: 500px;
	text-shadow: 1px 1px 0 black;
}

#banner {
	height: 90px;
	margin-top: 135px;
}
#banner p {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	line-height: 90px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#banner p span {
	color: #666;
}

#content {
	width: 600px;
	margin: 50px auto;
}
#content p {
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
	text-align: justify;
	text-shadow: 1px 1px 0 #333;
}
#content p span {
	color: #333;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	text-align: justify;
	text-shadow: 1px 1px 0 white;
}