/* #################### MESSAGE IN BOTTLE #################### */

.bottle{
margin-left:-120px;
margin-top:20px;
}

#mess{
position:relative;
z-index:1;
margin-top:-200px;
color:#FFF;
width:400px;
min-height:180px;
}

#mess h1{
margin-top:-20px;
margin-bottom:-20px;
}

.message{
text-transform:lowercase;
}


/* #################### FEATURED COMICS #################### */

#featured{
width:520px;
float:left;
padding:20px;
}

h2{
background-color:#025cde;
color:#FFF;
padding:5px;
text-align:center;
text-transform:uppercase;
width:100%;
}

#comic{
float:left;
width:50%;
text-align:center;
}

#comic p{
font-size:10px;
margin-top:5px;
}


/* #################### RIGHT COLUMN #################### */

#col2{
float:left;
width:370px;
position:relative;
z-index:1;
margin-top:-180px;
padding:20px;
}

#col2cont{
float:left;
border-left:dashed;
padding:20px;
border-bottom:dashed;
margin-top:-10px;
}

#col2cont h2{
margin-top:-2px;
margin-left:-10px;
width:350px;
}

#news{
float:left;
font-size:10px;
}

#newstitle h3{
font-size:26px;
text-align:right;
text-transform:uppercase;
}

#free-comic{
float:left;
width:50%;
text-align:center;
}

#free-comic p{
font-size:10px;
margin-top:5px;
}

.scissors{
margin-bottom:-28px;
}

#subscribe{
float:left;
border-left:dashed;
padding:20px;
margin-top:-10px;
}

.thumb{
margin-bottom:-110px;
margin-left:80px;
}