body{
font-size: 17px;
background-color:#D9EDFC;
margin:0;
}

#container
{
background-color:#fff;
width:900px;
overflow:hidden;
padding-bottom:20px;
margin-top:20px;
border-radius:10px;
text-align:right;
direction:rtl;
position:relative;
}


#head
{
width:100%;
height:40px;
overflow:hidden;
background-color:#3b5998;
color:#fff;
text-align:right;
direction:rtl;
padding:0px 10px 20px 0px;
}

#foot
{
width:100%;
height:40px;
overflow:hidden;
background-color:#3b5998;
color:#fff;
text-align:right;
direction:rtl;
bottom:0;
}


#main
{
width:800px;
overflow:hidden;
background-color:#fff;
text-align:right;
direction:rtl;
padding:20px;
}

.fb
{
background: #3B5998;
color: #FFF; 
padding: 15px; 
border-radius: 10px;
font-weight: bold;
font-size:15px;
text-decoration: none;
text-align:center;
display: block;
width: 88%;
}
.tw
{
background: #00aced;
color: #FFF; 
padding: 15px; 
border-radius: 10px;
font-weight: bold;
font-size:15px;
text-decoration: none;
text-align:center;
display: block;
width: 88%;
}
.gp
{
background: #d34836;
color: #FFF; 
padding: 15px; 
border-radius: 10px;
font-weight: bold;
font-size:15px;
text-decoration: none;
text-align:center;
display: block;
width: 50%;
}