body
{
background-color:#FF6600;
}

.whitebox
{
background-color:#FFFFFF;
margin:5px;
border-style:double;
border-width:10px;
border-radius:50px;
padding:15px;
}

.dLiClass
{
background-color:#FFFFFF;
margin:2px;
border-style:double;
border-width:4px;
padding:10px;
font-size:12px;
display:inline-block;
}

#mainlogo
{
width:513px;
height:auto;
display:inline-block;
-moz-column-width:523px;
}

#qotw
{
height:auto;
display:inline-block;
}

#logonqotw
{
/* yup, kinda broke, but it'll get ironed out before stable release */
-moz-column-count:2; /* Farfox 'n relatives */
-webkit-column-count:2; /* Chrome, Safari, 'n shtuff */
column-count:2; /* all da rest cept IE */
width:110%;
}

#dotsLine
{
display:inline;
}
