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

* { margin: 0; padding: 0; }
html, body{
	height:100%;
	width:100%;
	margin:0px;
	/*overflow:hidden;*/
}

html{
	background-image:url(../img/background/bg_white.gif);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
}

a{
	outline:none;
}

a:link, a:visited{
	text-decoration:none;
	color:#333333;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

input, textarea{
	font-size:10px;
}


