@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
}
#logo {
	padding-left:0px;
	padding-top:10px;
	padding-bottom:5px;
}
#container { margin:0 auto; width:420px; background:url(../images/semi-trans-bg.png) repeat-y; }

.box {
	padding:3px;
	height:110px;
	width:400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.box p { text-align:center; margin:5px; width:400px; }
.box a { color:#FFF; text-decoration:none; }

#footer p { color:#ACACAC; margin-left:10px; padding-bottom:10px; font-size:12px; font-family: Verdana, Geneva, sans-serif;}
