body {
	background:#ffffff;
	color:#000000;
}

html, body, .container {
    width:100%;
}

h1 {
}

quote {
	font-style: italic;
}

p {
    font: 0.9em Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    text-align: center; 
    position: relative;
    padding: 0px 40px 0px 40px;
}

.fbandroid p, .fbios p {
    font: 0.9em Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    text-align: center; 
    position: relative;
    padding: 100px 20px 0 20px;
}

a {
    color: #ff5500;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    cursor: pointer;
    color: #ff0000;
    font-weight: bold;
}
	
a:visited {
    text-decoration: none;
    border: none;
}

.fbandroid {
    width:240px;
//    height:512px;
    float:left;
}

.fbpic {
    text-align: center; 
//    height:512px;
//    background:#ffffff url("fb_big.png") no-repeat;
}

.fbios {
    width:240px;
//    height:512px;
    float:right;
}

.fbmain {
    width:100%;
    background:#222222;
    color: #ffffff;
    float:left;
}

.fbfooter {
    width:100%;
    float:left;
}

.fbtrailer {
    width:100%;
    background:#000000;
    color: #ffffff;
    float:left;
}
