/*#MAIN CSS#*/

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


/*GLOBAL START*/
html, body {
margin:0;
padding:0;
background: #b0aba8 url(../images/bg.jpg) repeat;
}

html, body {
margin:0;
padding:0;
background: #b0aba8 url(../images/bg.jpg) repeat;
}

.clearboth {
clear: both;
}

.holder{
width:416px;
height:251px;
position:absolute;
left:50%;
top:50%;
margin:-125px 0 0 -218px;
}

.logos_holder{
margin: 0px 105px 0px 0px;
}

a#etsy{
display:block;
height:32px;
width: 63px;
text-indent:-5000px;
background-repeat:no-repeat;
background-position: 0px 0px;
margin: 0px 0 0 0;
float: right;
background-image: url(../images/logo_etsy.png);
}

a:hover#etsy  {
background-position: 0px -32px;
}

a#pinterest{
display:block;
height:32px;
width: 106px;
text-indent:-5000px;
background-repeat:no-repeat;
background-position: 0px 0px;
margin: 0px 0 0 0;
float: right;
background-image: url(../images/logo_pinterest.png);
}

a:hover#pinterest  {
background-position: 0px -32px;
}

#divider{
display:block;
height:32px;
width: 38px;
margin: 0px 0 0 0;
float: right;
}