¸/* reset styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/* global styles */

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: verdana, arial, helvetica;
  font-size: x-small;
}

a {
  color: #666;
	text-decoration: none;
}
a:hover {
  color: #999;
}

a img {
  border: 0;
}

#header {
  height: 42px;
	background-color: #990000;
	text-align: center;
}

  #header #logo {
	  display: block;
		padding-top: 5px;
	}

#content {
  margin: 50px auto;
	width: 850px;
}

  #content #demo {
    float: right;
  }
	
	#content iframe {
	  padding: 5px;
	  border: 1px solid #E1E1E1;
	}
	
	#content h2 {
		margin-top: 30px;
	  font-size: 400%;
		text-align: center;
	}
	
	#content h3 {
	  margin-top: 50px;
		text-align: center;
	}
