.top {
	width: 80%;
    margin-left: auto ;
    margin-right: auto ;
	border: 3px solid black;
	height: auto;
	background: black;
	background-image: url('50pix_redblackbg.jpg');
	background-image: url('50pix_red_flames.png');
	background-image: url('50pix_dedlok_logo.png');
	background-repeat:no-repeat;
    background-position:right top;
	padding:0px 10px;
	-moz-border-radius: 25px;
    border-radius: 15px;
}
 .top h1 {
  margin:0;
  line-height:50px;
  padding:0px 10px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:24px;
  color:white;
 }
 .top h2 {
  margin:0;
  line-height:50px;
  padding:0px 10px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:18px; 		 
  color:white;
 }
 .top h3 {
  margin:0;
  line-height:50px;
  padding:0px 10px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:15px; 		 
  color:white;
 }


.bottom {
	width: 80%;
    margin-left: auto ;
    margin-right: auto ;
    margin-bottom:25px;
	border: 3px solid black;
	height: auto;
    padding:0px 10px;
	-moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
}
.bottom p {
	text-align: left;
}

.bottomgrey {
	width: 80%;
    margin-left: auto ;
    margin-right: auto ;
    margin-bottom:25px;
	border: 3px solid black;
	height: auto;
    padding:0px 10px;
	-moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
}
.bottomgrey p {
	text-align: left;
}







