html {
	margin:50px 0px 0px 50px;
}
body {background:black;}

#content {
	margin:0 auto;
	width:800px;
	height:400px;
	background:url(images/britney.jpg) no-repeat right;
	float: left;
    }
#banner {
    background:url(images/banner.jpg) no-repeat left bottom;
    width:800px;
    height:260px;
}
#about {
    float:left;
    width:350px;
    height:150px;
    background:url(images/about.jpg) no-repeat left;
}
#navigation {
    width:400px;
    height:160px;
    float:right;
    background:url(images/navigation.jpg) no-repeat left;
}

#comic {
    width:80px;
    margin-top:105px;
    margin-left:20px;
    float:left;
}

#videos {
    margin-top:105px;
    float:right;
    margin-right:150px;
}
