/* CSS Document */


body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, sans serif;
	background: #fff url('../img/hg.jpg') center bottom no-repeat;
	text-align: center;
	color: #C5C5C5;
}

h1 { font-size: 12px; }
table	{ border-collapse: collapse; font-size: 11px; }
td	{ padding: 0; }

form		{ display: inline; }
fieldset	{ margin: 0em 0em 0em 5em; background-color: #fff; border: 1px solid #ffF; padding: 1em; }

input, textarea, select	{ color: #333; background-color: #FFF; font-family: Verdana, Arial, sans-serif; font-size: 1em; border: 1px solid #999; }
input.submit	{ cursor: pointer; }
input.disabled	{ cursor: default; }
input:focus, 
textarea:focus	{ color: #333; background-color: #FDF9DA; }

label		{ cursor: pointer; }
label:hover	{ color: #C00; }

#container
{
	margin: 30px auto;
	width: 710px;
	height: 350px;
	text-align: center;
}

#footer 	{ position: fixed; width: 100%; background-color:#000; font-size: 9px; text-align: center; left: 0px; bottom: 0px; padding: 1px 0px 0px 0px }



a			{ color: #C5C5C5; text-decoration: none; }
a:hover		{ text-decoration: underline; }
a:active		{ color: #C5C5C5; }

