/*Riite Design CSS */

* {
margin:0;
padding:0;
}


body { 
color: #222222;
    font-family: helvetica,helvetica-neue;
    font-size: 1.3em;
    font-weight: regular;
    line-height: 1.2;
    background:#F5F5F5;
}

#background {
    min-height: 1200px;
    min-width: 1200px;
    position: fixed;
    width: 100%;
}

.container {
    background: none repeat scroll 0 0 transparent;
    padding: 3% 0 0 3%;
    text-align: left;
	position:fixed;
}

.logo {
	margin:0 0 13% 0;
}







