@charset "utf-8";

/* -----------------BODY---------------- */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	color: #666666;
	background-color: #f0f0f0;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font: 11px/18px Tahoma, Geneva, sans-serif;
}
