html { height: 100%; } 

body { 
background-color: #000000;
 } 

a.link {
color: #00FFFF;
}
 
 div.header { 
 width: full; border: 2px solid #FFFFFF;
 border-width: 5px;
 background-color: #000000;
 } 
 
 div.intro { 
 width: full;
 border: 2px solid #FFFFFF; 
 border-width: 5px;
 background-color: #000000;
 } 
 
 p.intro { 
 padding: 10px;
 color: #FFFF00;
 text-align: center;
 } 
 
 div.container { 
 width: full;
 } 
 
 div.content1 { 
 height: auto;
 float: left;
 padding: 10px;
 width: 30%;
 border: 1px;
 border-width: 5px;
 border-color: #FFFFFF;
 } 
 
 div.content2 { 
 height: auto;
 float: left;
 padding: 10px;
 border: 1px #FFFFFF;
 border-width: 5px;
 width: 30%;
 } 
 
 div.content3 { 
 height: auto;
 float: left;
 padding: 10px;
 border: 1px #FFFFFF;
 border-width: 5px;
 width: 30%;
 } 
 
 div.fb-comments { 
 margin-left: auto;
 margin-right: auto;
 float: left;
 padding: 20px;
 border: 1px #FFFF00;
 } 
 
 div.continuef { 
 float: left;
 padding: 20px;
 } 
 
 div.footer { 
 width: 400px;
 margin-left: auto;
 margin-right: auto;
 clear: both;
 border: solid #FFFFFF;
 border-width: 5px;
 padding: 10px;
 height:120px;
 background-color: #000000;
 } 
 
 div.footer1 { 
 float: left;
 } 
 
 div.footer2 { 
 float: right;
 } 
 
 div.closing1 { 
 float: left;
 } 
 
 <br />
 
div.closing2 { 
float: right;
 } 
 
 <br />
 
div.closing3 { 
float: left;
 } 
 
 <br />
 
div.closing4 { 
float: right;
 } 
 
 h1 { 
 color: #00CED1;
 font-size: 40px;
 text-align: center;
 } 
 
 h4 {
 text-align: center;
 }
 
 h6 { 
 text-align: center;
 font-size: medium;
 color: #FAD030;
 padding: 3px;
 width: 100% 
 } 