﻿@charset "utf-8";


body {
	text-align : center;/* box centering */
	margin : 0 auto;
	padding : 0;
	width : 100%;
	height : 100%;
	color: #333;
       font : 62.5% Arial, Helvetica, sans-serif;
       line-height : 1.5;
	font-weight: normal;
	background :  0 0 repeat-x #FFF;
}

