html, body
{
   height: 100%;
}
div#space
{
   width: 1px;
   height: 50%;
   margin-bottom: -500px;
   float:left
}
div#container
{
   width: 1400px;
   height: 1000px;
   margin: 0 auto;
   position: relative;
   clear: left;
}
body
{
   background-color: transparent;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
body {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: normal;
	color: black;
	font-weight: bold;
        background-color: transparent;
	text-align: center;
}
