@charset "utf-8";
/* CSS Document */

/*********************************************************************/

html
{ 
	width:100%;
	height:100%; 
}

/*********************************************************************/

*
{
	margin:0px;
	padding:0px;
}

/*********************************************************************/

/* <-- IE*/
* body 
{ 
	height:100%; 
}

/*********************************************************************/

img 
{ 
	border-width:0px;
	border:none; 
}

/*********************************************************************/

div
{
	margin:0px;
	padding:0px;
}

/*********************************************************************/
