/* MAIN */
*
{
	margin:0;
	padding:0;
}

form,fieldset
{
	border:none;
}

ul
{
	list-style:none;
}

img
{
	display:block;
	border:none;
}

html, body
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
}

#main
{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

#content
{
	width:100%;
	height:100%;
	overflow:hidden;
}