@charset "utf-8";

@import url(jbgallery-2.0.css);
@import url(layout.css);
@import url(typography.css);
@import url(navigation.css);
@import url(slider.css);
@import url(form_styles.css);

body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow-x: hidden;
	height: 100%;
	/*min-height: 1050px;*/
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	/*min-height: 1050px;*/
}
* {
	margin: 0;
	padding: 0;
}

