@CHARSET "UTF-8";

img {
	border: none;	
}
a:link, a:visited {
	color: white;
	text-decoration: none;
	font-size: 20px;
}
body {
	background-color: #cb2617;
	font-family: Myriad Pro, Arial, Times New Roman;
}
#page {
	text-align: center;
	width: 720px;
	background: transparent url('../images/logo_home.png') no-repeat top center;
	padding-top: 280px;
	margin: 10% auto 0px auto;
}
