@import url("structure.css");
@import url("view.css");

* {margin:0;padding:0;} /*Ultimate clear*/

body {
	font:13px "Arial";
	background:#f0f1f3 url(../images/bg_main.jpg) no-repeat center top;
	text-align:center; /*IE 5.* fix index2 bg_main*/
	color:#010101;
}

body, html {
	height:100%;
	min-height:100%;
}

* html .Main { /*IE 5.* fix*/
	height:100%;
}

a:focus {outline:none;}
a img {border:none;}
a {color: #000;}
input {vertical-align:middle;}
