html
{
	background-image: url(../image/RedBG.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FF5555;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
body{
	position: relative;
	width: 890px;
	height: 700px;
	padding: 5px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background-color: white;
	overflow: hidden;
}
#Top
{
	position: absolute;
	left: 0px;
	top: 40px;
}
#Card
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	z-index: 2;
}
#V
{
	position: absolute;
	top: 65px;
	left: 40px;
	width: 115px;
	z-index: 3;
}
#NavBar{
	position: relative;
	top: 0px;
	left: 0px;
}


#SignInForm{
	position: absolute;
	left: 600px;
	top: 10px;
	width: 250px;
	height: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: blue;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}

	#SignInForm h3
	{
		position: relative;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin: 0px;
		background-color: blue;
		color: white;
		padding: 3px;
	}
	#SignInForm .Descrip
	{
		text-align: right;
	}
	#FailedSignIn
	{
		color: red;
		font-size: 20px;
	}
	#SignInForm .tabletext
	{
		text-align: right;
		padding-left: 50px;
	}
	#SignInForm #Explanation{
		float: right;
		padding: 20px;
		text-align: left;
		width: 200px;
		display: none;
	}
	#SignInForm #Mistakes{
		color: red;
	}

#Main, #WiT
{
	position: absolute;
	top: 460px;
	left: 100px;
	width: 690px;
	font-size: 24px;	
}
#WiT
{
	position: absolute;
	display: none;	
	color:#FFFFFF
}

#WiT #FirstLine
{
	position: relative;
	left: 45px;
	color: #FFFFFF;
}

ul
{
	position: absolute;
	left: -2px;
	top: 10px;
	padding: 0px;
	margin: 0px;
	font-size: 25px;
	background-color: #557FFF;
	z-index: 4;
}
li
{
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 40px;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	cursor: pointer;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url(../image/Button.png);
	text-align: center;
}
li:hover{
	background-image: url(../image/Button2.png);
}
li a
{
	padding: 10px 30px;
	color: black;
	text-decoration: none;
}
#Facts{
	position: absolute;
	top: 200px;
	left: 630px;
	width: 235px;
	padding-left: 5px;
	border: solid thin blue;
	border-top-width: 20px;	
}
	#Facts .title{
		position: relative;
		top: -20px;
		color: white;
		font-weight: bold;
		text-align: center;
	}
	#Facts .facts{
		position: relative;
		top: -20px;
	}