/* CSS Document */

body {background-color: #000; color: #fff; font: 20px georgia, serif;}
#background {background: #000 url(pics/codybg.jpg) no-repeat;}
 
.content {width: 300px; position: absolute; top: 300px; left: 20px;}
a:link, a:visited, a:hover, a:active {color: #fff; text-decoration: none;}

#secondcontent {width: 600px; margin: auto; border-left: 1px dashed #666; padding-left: 20px;}

#secondcontent img {position: absolute; top: 200px; left: 450px;}

