body {
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0px 0px 0px;
	}
	
a:link {color: #003366; text-decoration:none;}
a:active {color: #003366; text-decoration:none;}
a:visited {color: #003366; text-decoration:none;}
a:hover {color: #000000; text-decoration:underline;}

#page {
	width: 800px;
	}
	
#Logo {
	float:left; background: url('images/sentrylogo.jpg') no-repeat; height:88px; width:193px;
	}
	
#TempHeader {
	float:left; height:88px; width:420px; text-align:center; font-weight:bold;
	}
	
#info {
	font-size: 11px;
	line-height: 18px;
	}

#menu {
	margin-top: 2px;
	height: 28px;
	}
	
#main {
	background: url(images/mainbg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height: 469px; 
	width: 800px;
	margin-top: 3px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	}
	
#steps {
	width: 800px;
	margin-top: 3px;
	}
	
#specs {
	width: 600px;
	margin-top: 5px;
	}
	
.pad {
	padding-left: 25px;
	}
	
.desc {
	margin-top: 10px;
	width: 175px;
	padding-right: 12px;
	}
	
#clickdemo {
	padding-top: 10px;
	padding-bottom: 30px;
	}
	
#continue {
	padding-top: 30px;
	padding-bottom: 10px;
	}
	
#intro {
	width: 440px;
	padding-top: 340px;
	margin-left: 20px;
	}
	
#footer {
	background-image:url(images/footerbg.jpg);
	width: 800px;
	height:28px;
	padding-top: 2px;
	margin-top: 5px;
	}