﻿/***********************/
/* Lars Michael Astrom */
/* Jan. 2009           */
/***********************/

/*************************/
/* General Layout Styles */
/*************************/
/* HTML and body tag styles */
html, body{
  width:100%;
  height:100%;
  margin:0 0 0 0;
  text-align:center;
  background:#e8e8e8;
}

/* Zeroing out margins on form tags */
form{
  margin:0 0 0 0;
}

#Container{
  width:638px;
  margin:0 auto 0 auto;
  text-align:center;
}