/* CSS for SweeterSweaters home page*/


/*styles the brown background on the home page*/
#main{
background-color:#4E3322;
top:100px;
left:40px;
width:860px;
height:700px;
position:absolute;
}

/*positions the collage on the home page*/
#all{
top:100px;
left:30px;
position:absolute;
}

/*positions the blurb on the home page*/
#about{
top: 110px;
left:555px;
position:absolute;
color:#4161B6;
width:275px;
text-align:justify;
font-size:20px;
}

/*postitions the avatar on the home page*/
#avtr{
top:400px;
left:615px;
position:absolute;
}

/*postitions the gift certificate button*/
#giftbutton{
top:400px;
left:600px;
position:absolute;
}

/*position and styling for sale info*/
#sale_hdr{
top:8px;
left:563px;
width:300px;
text-align:center;
margin:0px;
position:absolute;
font-size:36px;
color:#CC0000;
/*background-color:#E3CCA3;*/
}

#sale_info{
top:43px;
left:580px;
width:266;
margin:0px;
text-align:center;
position:absolute;
font-size:20px;
color:#000000;
/*background-color:#E3CCA3;*/
}
