@charset "UTF-8";

html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(237, 28, 36);
	margin: 0 auto; 
	padding: 0 11px;
	text-align: center; 
	color: rgb(237, 28, 36);
	background-image: url(../novi-art/novi_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#container {
	height: 100%;
	min-width: 800px;
	max-width: 100%;
	background-image: url(../novi-art/carb_opaque.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px auto;
}
#top {
	height: 50%;
	width: 100%;
	background-image: url(../novi-art/sitelogo_large.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#bottom {
	height: 50%;
	width: 100%;
}
	
