@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg-line.png);
	background-repeat: repeat-x;
	background-color:#9f281f;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 16px;
	padding:0px;
	margin:0px;
}
h1, h1 a {
	color: #6a1231;
	font-size: 10px;
	text-decoration: none;
}
#container {
	width: 600px;
	position:absolute;
	left: 50%;
    margin-left: -300px;
	margin-top:0px;
	padding-top:0px;
}
td {
	text-align:center;
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
	font-size: 16px;
}
a {
	font-family: "Lucida Console", Monaco, monospace;
	color:#3F0;
	font-size:12px;
	text-decoration:none;
}
#fpcontent {
	background-image:url(../images/palmtree.png);
	background-position:center;
	background-repeat:no-repeat;
}
