body
{
	background: #53AED4 url(../template/bg.gif) no-repeat;
	background-attachment:fixed;
 	background-position: top center;
 	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:  #000000;
	margin: 0px auto;
}

#header 
{
	width: 344px;
	height: 104px;
	margin: 0px auto;
	margin-top: 135px;
	background: transparent url(../template/header.png) no-repeat 0px 0px;

	/* IE HACK */
	behavior: url('css/pngBgBehavior.htc')
}

#content 
{
	width: 304px;
	margin: 0px auto;
	background: url(../template/bg_content.png) repeat-y;
	padding: 20px;

	/* IE HACK */
	behavior: url('css/pngBgBehavior.htc')
}

.subcontent
{
	position: relative;
	text-align: center;
}

#footer
{
	width: 344px;
	height: 27px;
	margin: 0px auto;
	background: transparent url(../template/bg_footer.png) no-repeat 0px 0px;
	
	/* IE HACK */
	behavior: url('css/pngBgBehavior.htc')
}

.clear {
	clear: both;
}

a
{
    text-decoration: underline; 
    color: #000000;
}
a:hover, a:active 
{
    text-decoration: none;
    color: gray;
}
a:link 
{ 
    color: #000000; 
}
a:active 
{ 
    color: #000000; 
}
