@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #57164C;
	background-image: url(images/cherga.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #fcb040;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#center {
	width:400px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:240px;	
}
#center #logo {
	width:400px;
	height:170px;
	clear:both;
}
#center #enter {
	width:400px;
	height:36px;
	line-height:36px;
}
