body {
 background: url(http:// Image Url ) repeat #000;
 color: #fff; }
 
a {
color: #fff;
font-weight: 700; }

a:visited {
font-weight: 0;
color: #fff; }

input {
border: 1px solid #fff;
background: #000;
color: #fff; }

.header {
display: block;
color: #fff;
font-size: 1.3em;
text-align: center;
width: 100%; }

.box {
display: block;
border: 1px solid #000;
background: #777 ;
color: #eee ;
text-align: center; }

.footer {
display: block;
color: #999;
font-size: 0.9em;
text-align: center;
width: 100%; }

.bg1 {
background: #333;
display: block;
width: 100%;
text-align: left;
text-indent: 10px; }

.bg2 {
background: #888 ;
display: block;
width: 100%;
text-align: left;
text-indent: 10px; }