body>div#container{height: auto; min-height: 100%}

body {text-align: center;
		background-color: #333333;
		font-family: verdana, sans-serif;
		font-size: 16px;
		color: white;
		height: 100%;
		margin: 0 auto;
		overflow: show;
		}

div#container {width: 758px;
				height: 100%;
				margin: 0 auto;
				text-align: left;
				border: 1px solid white;
				position: relative;
				background-color: black;
				}
				
div#header {border: 0;
				text-align: center;
				overflow: show;
				}
				
div#content { text-align: center;
              font-size: 16px;
              padding-left: 10px;
              padding-right: 10px;
              }

hr.hr { width: 96%; height: 1px; color: #999999; }
