body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
		line-height:1.428571429;
    color:#ccc;
    background-color: #000
}

h3 {
		margin-top: 100px;
		text-align: center;
		font-size: 24px;
		font-style: bold;
}

p {
		margin-top: 60px;
		text-align: center;
}

#header {
		position:fixed;
		top:0;
		left:0;
  	height: 50px;
		width: 100%;
  	min-width: 1000px;
  	margin: 0px;
  	margin-top: 20px;
    float: left;
    clear: both;
    text-align: center;
    color: #999;
    font-size: 24px;
    font-weight: bold;
}


#footer {
		position:fixed;
		bottom:0;
		left:0;
  	height: 33px;
		width: 100%;
  	min-width: 1000px;
  	margin: 0px;
    float: left;
    clear: both;
    text-align: center;
    color: #666;
}

#mid {
		position:fixed;
		top:0;
		left:0;
  	height: 33px;
		width: 100%;
		height: 100%
  	min-width: 1000px;
  	margin: 0px;
    float: left;
    clear: both;
    text-align: center;
    vertical-align: middle;
    color: #999;
    padding-top: 70px;
  
}

#imgwrapper {
text-align: middle;
vertical-align: middle;
}
