﻿html, body 
{
	background: #FFFFFF url(img/wood.png) repeat top left;
	padding: 0px;
	margin: 0px;
	height:100%;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
}

.login
{
	margin: 0px auto;
	padding: 20px 2px 2px 2px;
	border: solid 1px #CCCCCC;
	width: 500px; 
	text-align: center; 
	background-color: rgba(255,255,255,0.4); 
	/*height: 350px;
	background: url(img/loginbg.png) no-repeat center center;*/
	border-radius: 5px; 
	box-shadow: 1px 1px 4px #999999;
}

.register
{
	border: solid 0px black;
	width: 500px; 
	text-align: center; 
	height: 420px;
	/*background: url(img/registerbg.png) no-repeat center center;*/
}

a:link, a:visited
{
	color: Black;
	text-decoration: none;
}

a:hover
{
	color: Black;
	text-decoration: underline;
}