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

body {
	margin:0px;
	padding:0px;
	background-color:#231811;
	font-family:'century gothic', 'gill sans', Arial, Helvetica, sans-serif;
}
#up-left {
	position:absolute;
	top:10px;
	left:10px;
	color:#e54425;
	width:260px;
	font-weight:100;
	font-size:13px;
	letter-spacing:1px;
}
#center {
	width:515px;
	margin:100px auto;
	text-align:center;
}
.orange1 {
	color:#e54425;
	margin:16px 0px 0px 0px;
	font-size:14px;
}
.orange2 {
	color:#e54425;
	font-size:28px;
	margin-bottom:18px;
}
.orange3 {
	color:#e54425;
	font-size:30px;
	padding-bottom:16px;
}
.white {
	color:#FFFFFF;
	font-weight:900;
}
.white2 {
	color:#FFFFFF;
	font-size:12px;
}
#bottom {
	color:#FFFFFF;
}
#bottom ul {
	width:300px;
	text-align:center;
	margin:auto;
}
#bottom ul li {
	list-style:none;
	float:left;
	margin:0px 0px 0px 0px;
	padding:3px 10px 0px 7px;
	background-image:url(images/menu-sep.png);
	background-repeat:no-repeat;
	background-position:right 2px;
}
#bottom ul li.last {
	background-image:none;
}

a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
