.carambola-bg
{
 background-color: #ffffff;
	
}
.carambola-bg-head
{
	
 background-color: #ffffff;
 border-bottom: 1px solid #b6b5b5;
	
}

.carambola-fonts
{
font-family: Oswald !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
font-size: 28px !important;
color: #a9398a;
line-height: 1.2;	
}

.carambola-footer {
/*! background:url(	../images/footer-wrap2-mauve.png) center top repeat-x; */
    width: 100%;
    border-top: 1px solid #b6b5b5;
    background-color: #edebeb;
}
	
}
.carambola-bg-web
{
 background-color: #ffffff;
	
}

body {
    font-family: "Ubuntu", sans-serif;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    background: #edebeb;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  
