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

#header
{
	margin: 2px;
}

#container
{
	background: #fff;
	width: 640px;
	margin: auto
}

#global
{
	text-align: right;
}

#footer
{
	background: #224416;
	color: #FFF;
	text-align: center;
	padding: 20px;
}

#registrationError
{
	background-color: #FFD9D9;
	border: solid 1px #930;
	padding: 2px;
}
