
body {
    margin: 0px;
    background-color: #444444;
}

div#header {
    width: 600px;
    height: 159px;
    margin: 0px;
    padding: 0px;
    background:url(images/planetgstop.png) top no-repeat;
    
    color: white;
}

div#body {
    max-width: 578px;
    background-color: white;

    text-align: left;

    margin: 0px;
    padding: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

div#footer {
    width: 600px;
    height: 48px;
    background:url(images/planetgsbottom.png) bottom no-repeat;
    
    text-align: right;
    color: white;
}

img.face {
	margin-right: 10px;
	float: left;
}

div.entry {
	padding-left: 74px;
	margin-bottom: 16px;
	border-bottom: 1px dashed black;
}

div.channelname {
	color: #bbbbbb;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	color: black;
	border-bottom: 3px solid #944744;
}


a {
	color: #944744;
	border-bottom: 1px dashed #944744;
}

a:visited {
	border-bottom: 0px;
}

