﻿/* Header that appears on intro page */
#IntroBackground
{
  background: url(/App_Themes/Default/default.jpg);/*see dashboard ThemeConfigurator.CreateStylesheet()*/
  height: 255px;
  width: 800px;
}
/* The image that appears in the survey */
#imgSurvey
{
	padding-top:5px;  /* for vertical center: hard code: no easy way - will change by customer depending unless we require the same sized image */
	/* for horizontal centering */
	display:block;
	margin:auto;
}
/* Thick background of the survey image */
#SurveyHeadBackground
{
	background-color: #687075;
}
#container {
	margin: 0 auto;
	width: 800px;
	border-top: 6px solid #252D31; /* top-most border: all pages */
}
#footer { 
	clear: both;
	width: 100%;
	margin: 5px auto;
	text-align: center;
	font-size: 10px;
	color:  #4A5258;
	padding-top: 8px;
	border-top: 6px solid #252D31; /* bottom-most border: all pages */
}
