/* CSS :: TEMPLATE */ 

/* IMPORTS */
@import url("nav.css");
@import url("template-content.css");


/* TEMPLATE */

/* !!! DEBUG PURPOSES ONLY !!!
div {border: solid 1px #f00;} 
*/

html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	background-color: #FFF;
}

#container {
	width: 950px;
	margin: auto;
}
	
	#topbar {
		position: relative;
		float: left;
		height: 20px;
		width: 100%;
		background-color: #E5E5E5;
		border-bottom: 1px solid #FFF;
	}
	
	#maincontainer {
		position: relative;
		float: left;
		display: inline;
		width: 100%;
		background-attachment: scroll;
		background-repeat: repeat-y;
		background-image: url(../assets/img_maincontainerbgr.gif);
		border-bottom: 1px solid #CCC;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 1px 0px;
		z-index: 0;
	}
	
	/*#ticker {
		position: relative;
		float: left;
		width: 740px;
		height: 22px;
		padding: 0px 0px 0px 0px;
	}*/
	
	#footer {
		position: relative;
		float: left;
		display: inline;
		width: 950px;
		height: 50px;
		padding: 0px;
		margin: 0px;
		border-top: 5px solid #DA002D;
		background-color: #FFF;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-image: url(../assets/img_footersign.gif);
		background-position: 782px 5px ;
	}
	
	#end {
		position: relative;
		float: left;
		display: inline;
		width: 950px;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
		#end img{
			position: relative;
			float: left;
			display: inline;
			margin: 0px;
			padding: 0px;
		}
	
