@charset "UTF-8";
/* CSS Document */

A:link, A:visited, A:active, A:hover {
color:#e16900;
text-decoration:underline;
font-size:24px;
}

html
{
height: 100%;
}

body
{
height: 100%;
margin:auto;
}

#nonFooter
{
position: relative;
min-height: 100%;
background-image:url(../bg_3.png);
background-position:center top;
background-repeat:repeat-y;
}

#nonFooterindex
{
position: relative;
min-height: 100%;
background-image:url(../bg.png);
background-position:center top;
background-repeat:repeat-y;
}

* html #nonFooter
{
height: 100%;
}

#content
{
position:relative;
padding-bottom: 34px;
}

#footer
{
position: relative;
margin-top: -34px;
} .linkfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
