/*============================ CONTAINERS */
*
{
	
}
html
{
	overflow:auto;
	overflow-x:hidden;
}
body
{
	margin:0;
	padding:0;
	background-position:top;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
}
#page
{
	width:960px;
	height:585px;
	margin:20px auto 0 auto;
	/*background-color:#FFFFFF;*/
}

/*============================ DEFAULT */
img
{
	border:0px;
}

