@import url(layout.css);
@import url(text.css);
@import url(navigation.css);
@import url(modules.css);

html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	font-family:"Segoe UI",Arial,Helvetica,Sans-Serif;
	font-size: 13px;
	background-image: url('images/bg_body.jpg');
	background-repeat: repeat-x;
	background-color:#6E6E6E;
}

