html{
 font-family: Arial;
 font-size: 12px;
}
body{
  width:100%;
  height:100%;
  background:url('../images/bg.jpg');
  background-color: #000000;
  background-repeat:no-repeat;
  background-position:50% 0%; 

}

#adiv{
position:absolute;
width:170px;
height:320px;
}

#bdiv{
position:absolute;
width:150px;
height:200px;
}

#cdiv{
position:absolute;
width:150px;
height:200px;
}
#c_text_div{
position:absolute;
height:70px;
width:150px;
padding:10px;
background-color:#ede6c5;
top:240px;
display:none;
}

#top1div,#top2div,#top3div,#top4div,#top5div{
position:absolute;
width:35px;
height:100px;
}

#logo{
position:absolute;
width:400px;
height:220px;
background:url('../images/logo.png');
}

#link_to_bakery{
	text-decoration: none;
	font-size: 36px;
	color: #f50660;
}

#bottom1div,#bottom2div,#bottom3div,#bottom4div{
position:absolute;
width:200px;
height:50px;
}

.right{
width:110px;
float:right;
color:#ffffff;
border-left-color: white;
border-left-style: solid;
border-left-width: 1px;
padding-left:10px;
}

.left{
width:70px;
float:left;
color:#814C00;
}
