/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */


body, html {
	min-height: 101%;
}

body {
}

	body#index {
		background: url(../images/adtrak/index/bodyBg-index.jpg) top center repeat-x #fff;
	}
	
	body#index2 {
		background: url(../images/adtrak/index2/index2-bg.jpg) top center repeat #000;
	}

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	body#index #container {
		text-align: center;
	}
