* {
	margin:0;
	padding:0;
}
body { 
	background-image: url('../images/intro-bg.jpg');
    background-repeat: repeat-x;
    background-color: #717373;
}
#content {
	width:740px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}
#content p {
	font-size:85%;
	color:#FFFFFF;
	text-align:center;
}
#content a {
	color:#99BBEE;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}