@charset "utf-8";
/* CSS Document */


body {
	background-color: #F00;
	background-image: url(images/Bbg.jpg);
	background-repeat:no-repeat
}


h1 {
	color: yellow;
	background-color: blue;
}

h2 {
	border-style: dashed;
	border-width: 3px;
	border-left-width: 10px;
	border-right-width: 10px;
	border-color: red;
}

#content {
  width: 1000px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 20px;
}

#apdiv5{
	margin-top: auto;
}

#abcbanner {
  width: 900px ;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
}

#random {
  width: 900px ;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}