/* General body */
img {
border-top: solid black 1px;
border-bottom: solid black 1px;
border-left: solid black 2px;
border-right: solid black 2px;
}
body, div {padding: 0px; width: 0px; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: auto; /*background-image: url("../images/enter_bg.jpg"); background-position: bottom; background-repeat: repeat-x; background-color: #6699CC; #336699;*/ color: #000000; background-color: #ffffff}
html 
{
min-height: 100%;
height: auto;
}
body
{
font-family: 'Verdana', Arial, 'Lucida Grande', 'Lucida Sans', 'Trebuchet MS', sans-serif;
font-size: 12px;
width: 592px;
height: 650px;
color: #000000;
background-color: #ffffff;
background: #95782a url("../images/enter_bg.jpg") repeat-x bottom;
}
/*container
{
width: 592px;
height: 650px;
}*/
a:link
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: underline;
	padding-left: 0px;
}

a:visited
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: underline;
	padding-left: 0px;
}
a:hover
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	background-color: #ffffff;
	color: #0000cc;
	text-decoration: none;
	padding-left: 0px;
}
a:active
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: underline;
	padding-left: 0px;
}
#header h1, #header h2
{
display: none;
} 
#main_body
{
padding-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
height: auto;
width: 425px;
color: #000000;
background-color: #ffffff;
/*border-left: solid px #6699CC;
border-right: solid 5px #6699CC;
border-top: solid 5px #6699CC;
border-bottom: solid 5px #6699CC;*/
}
.img_border {
border: double black 5px;
}