*{
margin:0px;
padding:0px;
}
img{border:0px}
html, body{
width:100%;
height:100%;
}
body{
text-align: center;
background-color: rgb(248, 221, 255);
background-image: url(pinklace.gif);
background-repeat: repeat;
}
#main{
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px;
width: 100%;
font-family:Tahoma;
font-size:14pt;
color: blue;
}
#footer{
clear: both;
width:100%;
padding:15px 0 0 0;
font-family:Tahoma;
font-size:9px;
text-align:right;
}
