/* 
    Document   : 1
    Created on : 17/02/2013, 21:42:13
    Author     : pedroabg
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}



body{
    font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif !important;
    padding: 0;
    margin: 0;
	
    background-image: url('boca2.jpg');
    background-repeat:no-repeat;
    background-color: black;
    background-position: 100% 40%;
    overflow: auto;
  
	
	
}


.center-col{
    margin: 0 auto;
    width: 600px;
    
}

.center{
    margin-top: 150px;
    width: 600px;
    text-align: center;
    
}

.content{
    display: block;
    color: white;
}

.connect-bt{
    background-image: url('connect.png');
    width: 233px;
    height: 40px;
    margin: auto;
}
.connect-bt:hover{
    cursor: pointer;
    
}

.terms{
    margin-top: 20px;
    font-size: 13px;
}

.fb-like{
    height: 30px;
}