/*
    WormsNet v3
	Copyright 2004-2006 Syridium SC
	- http://www.syridium.com/
*/

/* Body */
body {
	background: #3E5182 url('../images/nav_bg.png') 0px 170px repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #E0E8FF;
	text-align: center;
}
img {
	border: none;
}
a {
	color: #E0E8FF;
}

/* Title */
.splash {
	background: url('../images/title_bg.png') repeat-x;
	height: 150px;
	width: 80%;
	margin: 116px auto 0px auto;
	border: 1px solid #CBD2E7;
	text-align: left;
}
.title {
	background: url('../images/title.png') no-repeat;
	height: 40px;
	width: 350px;
	margin-top: 109px;
	float: left;
}
.title a {
	display: block;
	height: 40px;
	width: 100%;
	font-size: 1px;
	color: #4D63A1;
}
.title_side_image {
	background: url('../images/worms2.png') no-repeat;
	height: 150px;
	width: 110px;
	margin: 0px 14px 0px 16px;
	float: right;
}

/* Enter */
.enter {
	padding: 0px;
	margin: 0px;
	float: right;
}
.enter a {
	background: #3E5182;
	height: 150px;
	width: 80px;
	display: block;
	border-left: 1px solid #CBD2E7;
	border-right: 1px solid #CBD2E7;
	font: 24px Verdana, Arial, Sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	word-spacing: 50px;
	overflow: hidden;
}
.enter a:hover {
	border-left: 1px dashed #CBD2E7;
	border-right: 1px dashed #CBD2E7;
}
a:active {
	outline: none;
}
.footer {
	background: #303E63;
	height: 40px;
	width: 80%;
	border: 1px solid #CBD2E7;
	margin: 4px auto 4px auto;
	font: 1px Verdana, Arial, Sans-serif;
	text-align: left;
}
.footer a {
	color: #D6D6D6;
	text-decoration: none;
}
