body {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

h1 {
	color: #c00;
}

h1 span {
	color: #000;
	font-size: 70%;
}

#container {
	text-align: center;
}

#video {
	height: 290px;
	margin: 0 auto;
	width: 474px;
}

#button_order {
	display: none;
}

#button_order a {
	color: #c00;
}

#button_order > a {
	background: url("../../images/freeyiiv/button.png") no-repeat;
	display: inline-block;
	height: 75px;
	margin: 0 auto 10px;
	width: 248px;
}

#button_order > a:hover {
	background: url("../../images/freeyiiv/button_active.png") no-repeat;
}

footer {
	margin-top: 10px;
}

footer p {
	margin: 0;
}