body {
	background-color:#9d83b0;
}
.background
{
	background-color: #FFFFFF;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;	
}
/*#content {
position:relative;
z-index:1;
}*/
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
div.content {
	padding-left:18px;
	padding-right:18px; 
	padding-top:16px;
}
div.content p {
	margin-bottom:6px;
	margin-top:4px;
}

.fb-feed {
    /*background-color:rgb(50,50,50);
    padding:24px;*/
}

.fb-update {
	padding-bottom:10px;
    /*padding:24px;
    border-bottom:solid 1px rgb(0,0,0);
    border-top:solid 1px rgb(70,70,70);*/
}

.fb-update:first-child {
    /*padding-top:0;
    border-top:none;*/
}

.fb-update:last-child {
    /*padding-bottom:0;
    border-bottom:none;*/
}

.fb-update h2 {
    /*font-size:12px;
    font-weight:700;
    text-shadow:-1px 1px rgb(0,0,0);
    margin-bottom:4px;*/
}

.fb-update p {
    /*font-size:14px;
    color:rgb(255,255,255);
    margin-bottom:0;*/
}