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

body {
	text-align:center;
	background-color:#403240;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-family:"Lucida Console", Monaco, monospace;
}

img {
	border-color:#45006b;
}

A:link {
	color:#FFF;
	text-decoration:none;
}

A:visited {
	color:#FFF;
	text-decoration:line-through;
}
A:active {
	color:#E297FF;
	text-decoration:none;
}
A:hover {
	color:#E297FF;
	text-decoration:none;
}
#container {
	background-color:#000;
	padding-top:10px;
	margin: 0 auto;
	width:1000px;
	text-align:left;
	border-width:3px;
	border-style:solid;
	border-color:#45006b;
}

#top {
	height:100px;
	width:1000px;
	background-color:#000;
	border-left-width:0px;
	border-bottom-width:3px;
	border-top-width:3px;
	border-style:solid;
	border-color:#45006b;
}

#base {
	font-size:12px;
	width:1000px;
}
