html, body {
  margin: 0;
  padding: 0;
  color: #b3b3b3;
  font-family: Verdana, Arial, sans-serif;
  background-color: #272727;
  background-image: url(/images/questionnaire/header.png);
	background-repeat: repeat-x;
  font-size: .97em;
}

img {
  border: 0;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#outer {
  width: 800px;
  margin: 0 auto;
}

#header {
  height: 105px;
}

#login {
	padding-top: 1.5em;
	font-size: 1.2em;
	color: #72C4D2;
}

#login a {
	color: white;
	text-decoration: underline;
}

#logo {
  margin-top: 15px;
  background-image: url(/images/questionnaire/logo.png);
  float: right;
}

#inner {
	background-image: url(/images/questionnaire/bg.png);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#footer {
  margin-top: 50px;  
  height: 2em;
  color: #999999;
  background-color: #111;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align: right;
  padding: 1em;
  font-size: .8em;
}

#footer a {
  color: #CCCCCC;
}

hr {
  border : 0;
  height : 15px;
  background : url(/images/questionnaire/line.png) 0 0 no-repeat;
  margin : 1em 0;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

#welcome {
  padding-top: 20px;
}