@charset "utf-8";
/* CSS Document */

body {
	background: #700f0f;
	margin: 50px 0 0 0;
}

#container {
	background: url(img/logo.jpg) top center no-repeat;
	width: 600px;
	height: 350px;
	margin: auto;
}

#text {
	padding: 210px 0 0;
	text-align: center;
	color: #ad7575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a, a:visited {
	color: #ad7575;
	text-decoration: none;
	margin: 0 20px;
}

a:hover, a:active {
	color: #ffffff;
}