/*
  Kimarie Designs, Inc.
  http://www.kimariedesigns.com

  Copyright (c) 2000 - 2010 Kimarie Designs, Inc.
*/
/* begin css reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end css reset */

body {
  background-color: #B22222;
  color: #000000;
  padding: 40px;
}
.container {
	width: 100%;
	text-align: center;
}
#middlesection {
	height: 110px;
	width: 100%;
	text-align: center;
}

/* 
	border: 4px solid white;
	display: none; 
	filter: alpha(opacity=50);
	opacity: 0.5;
*/

