body {
background: url('http://happykidvibe.net/themes/03/background.jpg');
}

p {
font: normal 11px garamond;
line-height: 16px;
text-align: justify;
}

#container {
background: #000;
width: 1100px;
height: 400px;
-moz-border-radius: 2em;  
-webkit-border-radius: 2em;
border-radius: 2em;
}

#main {
background: none;
width: 825px;
color: #e5e5e5;
}

#sidebar {
background: none;
width: 250px;
color: #c9c9c9;
}

h1 {
font: normal 18px arial;
color: #fff;
letter-spacing: -2px;
text-transform: lowercase;
text-align: center;
line-height: 18px;
}

h2 {
font: normal 9px georgia;
color: #ccc;
letter-spacing: 2px;
line-height: 1px;
text-align: center;
text-transform: lowercase;
}

b {
font: normal 9px georgia;
color: #ccc;
border-bottom: 2px solid #fff;
}

strong {
color: #797979;
}

i {
font: normal 9px georgia;
font-style: italic;
color: #fff;
}

a:link, a:visited {
font: normal 9px georgia;
color: #ccc;
text-transform: lowercase;
text-decoration: none;
}

a:hover {
color: #fff;
text-transform: lowercase;
text-decoration: none;
border-bottom: none;
}

a.nav:link, a.nav:visited {
display: block;
font: normal 9px georgia;
color: #ccc;
text-transform: lowercase;
text-decoration: none;
text-align: center;
}

a.nav:hover {
display: block;
color: #fff;
text-decoration: none;
text-align: center;
border-right: 10px solid #ccc;
border-left: 10px solid #ccc;
border-bottom: none;
}

blockquote {
width: 60%;
font: normal 10px segoe ui;
color: #fff;
background: #383838;
text-align: center;
-moz-border-radius: 2em;  
-webkit-border-radius: 2em;
margin-left: auto;
margin-right: auto;
}