* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%; margin:0 auto;}

#wrapper { margin:0 auto; width:980px; padding: 0 0px; background: none; overflow:auto;  }

body {
	background: #FFF url(../img/bk.jpg) no-repeat right top;
	text-decoration: none;
	text-align: left; margin:0px auto 0; padding:0; font-family:Arial, Helvetica, sans-serif;
}
/* @Misc */
/* ------------------------------------------------------------------------------------ */
a {
	color: #0099CC;
}
a:hover {
	color: #0099CC;
	text-decoration:none;
}
img {
	border: none;
}
td {
	vertical-align: top;
}
p {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.5em; /* 15px */
}
em {
	color: #333;
	font-style:normal;
}
.clear {
	height: 0 !important;
	line-height: 0 !important;
	clear: both !important;
	font-size: 1px !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
}
.clear-left { clear:left; }
span {
	text-indent: -9999px;
	float:left;
}
.auto {
	margin: 0 auto;
}
/* Removes outline around flash files in FF3 */
object {
	outline:none;
}
/* remove halo effect in firefox   */
*:focus, button:focus, a:active, input:active {
	outline: none;
}
/* @Base Font - START: Styles for scalable font consistency */
html {
	font-size: 100%; /* IE hack */
}
body {
	font-size: 0.75em; /* Sets base font size to 12px */
	line-height:1.364em; color: #666;
}
table {
	font-size: 100%; /* IE hack */
}
input, select, textarea, th, td {
	font-size: 1em;
}
h1, h2, h3 {
	font-size: 1em;
	line-height: 1.5em;
	color:#9CE0EC; font-weight: normal;
	margin-bottom:0.368em !important;
} /* all em = 16px */
h2 {
	font-size:2.2em;
	margin: 0 0 0.4em 0px;
	font-weight:bold;
}
h1 { font-size:2em; }
h3 { font-weight:bold; }
strong { color: #9CE0EC; }
.none { display:none; }
a.logo { width:144px; height:58px; float:left; display:block; background:url(../img/logo.gif) no-repeat; margin:24px 0 20px 20px; }
#header { width:960px; margin: 0 auto; }
a.datamotive { width: 111px; height:20px; float:left; background:url(../img/datamotive-logo.gif) no-repeat; }
#footer { clear:both; width:960px; margin: 0 auto; text-align:center; font-size:10px; }
#content { clear:both; width:980px; margin: 0 auto; }
.image { width:960px; margin:0 auto;  }
.select { width:980px; height: 120px; float:left; background:url(../img/select.png) no-repeat; }
.select a { width:315px; height:120px; float:left; display:block; margin:0 0 0 5px; }
/* @Sections */
/* ------------------------------------------------------------------------------------ */
