body {
    background-color:           #F8F8F8;
    background-image:		url(./images/grungy_street_logo.png);
    font-size:			62.5%;
}

#container {
    border-left:		1px solid #CFCFCF;
    /*border-right:		1px solid #CFCFCF;*/
    height:			580px;
    margin:			auto;
    position:			relative;
    top:			75px;
    width:			840px;
}

#footer {
    border-top:		        1px solid #CFCFCF;
    font-family:		Verdana;
    font-size:			0.9em;
    height:			0.9em;
    margin-left:                auto;
    margin-right:               auto;
    padding-bottom:             15px;
    padding-top:                15px;
    position:                   relative;
    width:                      900px;
}

#facebook_icon {
    /*border:			1px dotted #CFCFCF;*/
    margin:			auto;
    text-align:			center;
    width:			100px;
}

#footer p {
    line-height:		1.5em;
    text-align:			center;
}

#logo {
    background:			url("../images/grungy_street_logo.png") no-repeat;
    /*float:                      left;*/
    height:			500px;
    margin:			auto;
    padding:			0px;
    text-indent:		-9999px;
    width:			484px;
}