@charset "utf-8";
/* CSS Document */

/*********************************************************************/

html
{ 
	width:100%;
	height:100%; 
}

/*********************************************************************/

*
{
	margin:0px;
	padding:0px;
}

/*********************************************************************/

/* <-- IE */
* body 
{
	width:100%;
	height:100%; 
}

/*********************************************************************/

img 
{ 
	border-width:0px;
	border:none; 
}

/*********************************************************************/

div
{
	margin:0px;
	padding:0px;
}

/*********************************************************************/

ul li
{
	list-style:none;
}
