html, body {
	width:100%;
	height: 100%;
}
body {
	background-color:#FFFFFF;
	background-image:url(img/bg-main.gif);	
	margin:0px 0px 0px 0px;
	font-family:"Trebuchet MS", "Arial Narrow";
	font-size:13px;
	color:#273550;
	text-align:center;
}



a{
	text-decoration:none;
}

a:visited {
	color:#FF00FF;
}

a:link {
	color:#FF00FF;
}

a:hover {
	color:#666666;
}

*h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {	
	font-size:12px;
	color:#cc3300;

}

h2 {	
	font-size:15px;
	color:#cc3300;

}

h3 {	
	font-size:20px;
	color:#fff;
	font-family:"Trebuchet MS", "Arial Narrow";

}


#playground {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	text-align: center;

}
#content {
	width:760px;
	height:auto;
	background-image:url(img/bg-content.jpg);
	background-repeat:repeat-y;
	padding:32px 32px 32px 32px;
	text-align:left;
}









/* FOOTER ---------------------------------------------------- */
#footer {
	width:760px;
	height:50px;
	background-image:url(img/bg-footer.gif);
	background-repeat:no-repeat;
}