/* @override http://localhost/xmas/style.css */

body {
	margin: 0;
	background-color: #950000;
	
}

#main {
	margin: auto;
	width: 721px;
}

p {
	color: #fff;	
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p.sub {
	font-size: 12px;
}

a {
	color: #ff9934;
}