/* szabadvilag.hu - CSS Document */

@import url("fixed.css");
@import url("header.css");
@import url("content.css");
@import url("footer.css");

/* global */
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../img/body_bg.jpg) repeat-x left top;
	background-color:#94042e;
	overflow-x:hidden;
	overflow-y:auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.separator {
	width: 100%;
	height: 0px;
	overflow: hidden;
	float: none;
	clear: both;
}


