body {
	background-image:url('bg.jpg');
	text-align:center;
	margin-top:150px;
}

#content {
	background-color:#990000;
	border-width:5px;
	border-color:#fff;
	border-style:solid;
	width:500px;
	height:240px;
	margin:0 auto;
	padding-top:50px;
}

.big {
	font-family:"Trebuchet MS",Arial,Serif;
	font-size:100pt;
	font-style:bold;	
}

.small {
	font-family:"Trebuchet MS",Arial,Serif;
	font-size:15pt;
	font-style:bold;
}

.smaller {
	font-family:"Trebuchet MS",Arial,Serif;
	font-size:10pt;
	font-style:bold;
}

a:link {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
	color:#555;
}

