html {
    background: #000 url("backpattern.gif");
    /* Height is 100%, so the body can be 100% */
    height: 100%;
}

body {
    background: url("pattern.png") repeat-x;
    background-position: 0px top;
    margin: 0;
    padding: 0;
    height: 100%;
	margin-top:0px;
}
html>body {
    min-height: 100%;
	margin-top:0px;
    height: auto;
	}
table.buynow {
background-color: ddffd6;

}
table#buy_box{
	width:520;
	margin-left:auto;
	margin-right:auto;
	padding:20;
	background-color:#ffffb2;
	border-style:dashed;
	border-color:#ba0000;
	border-width:4;
}
#footer{
font-weight:bold;
padding: 10 ;

}
.buy_heading{
	font-weight:bold;
	font-size:30px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	
	

}
.buy_bold{
	font-weight:bold;
	font-size:16px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
.buy_bullet{
    background: url(buy_bullet.png) left center no-repeat;
	background-position:15px;
	list-style-type: none;
	padding-left: 35px;
	font-size:14px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	margin-bottom: 10px;

	}


h1{
	font-size:35px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	color:red;
}