#main {
width:800px;
margin-left:auto;
margin-right:auto;
text-align:center;
background-image: url(bondage.jpg);
background-repeat:no-repeat;
}
#heading {
font-size: 50px;
width:100%;

font-weight:bold;
text-align:right;
}
p{
font-size:12px;
}
h1{

}
ul{
list-style:none;
clear:left;
width:100%;
margin-left:0px;
padding:0px;
}
ul li{
float:left;
height:160px;
width:160px;
margin:0px;
text-align:center;
}
#footer{
}
body{
background-color: #ffffff;
font-family: Georgia, "Times New Roman", Times, serif
color:#FF0000;
}
#clear{
	clear:both;
}