@import url(layout.css);
@import url(navigation.css);
@import url(modules.css);
@import url(text.css);

* {
	outline: 0 none;
}

body, html {
	margin: 0;
	padding: 0;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #5b5a59;
	font-family: Arial;
	font-size: 13px;
}

#frame {
	background-image:  url('images/content_bg.png');
	background-repeat: repeat-y;
	width: 980px;
	float: left;
	height: auto !important;
}





