@charset "utf-8";
@import url(layout.css);
@import url(typography.css);
@import url(navigation.css);
@import url(form_styles.css);
@import url(user_management.css);

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF url(../images/header.jpg) no-repeat top center; 
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-height: 1000px;
	overflow-x: hidden; /*get rid of horizontal scrollbar*/
}
