body{background:url('http://evolucione.com.br/images/bg.gif') top center;position:relative;font-family:Verdana;color:#e82c48;font-size:16px;}
html, body{height:100%;}
.clear:before, .clear:after{content:'';display:table;}
.clear:after{clear:both;/*IE 6,7 fix*/}
.clear{*zoom:1;}/*IE 6,7 fix*/

/* COMMONS-----*/
.alignright{float:right;}
.alignleft{float:left;}
.aligncenter{text-align:center;display:block;margin:10px auto;}


#main-section{height:100%;width:80%;margin:0 auto;position:relative;z-index:500;}

.stripe{background:url('http://evolucione.com.br/images/stripe.png') no-repeat;position:absolute;width:348px;z-index:0;}
.topstripe{height:654px;top:-60px;left:0;}
.bottomstripe{height:500px;bottom:0;right:10%;}

.logo{max-width:455px;width:100%;min-width:200px;}
.logo img{width:100%;}
.vcard{text-align:right;font-size:.8em;background:#fff;}

/* iPhone and the like */
@media screen and (max-width:520px){
	.logo{background:rgba(255,255,255,.8);}
	.stripe{background:url('./images/stripe-p.png') no-repeat;width:253px;}
	
	.vcard{margin-top:60px;background:rgba(255,255,255,.8);}
}

/* iPad and the like */
@media screen and (max-width:960px) and (orientation: landscape){
	
	.stripe{background:url('http://evolucione.com.br/images/stripe-p.png') no-repeat;width:253px;}
	.topstripe{height:539px;}
	.bottomstripe{height:480px;}
}
@media screen and (max-width:768px) and (orientation:portrait){
	.stripe{background:url('http://evolucione.com.br/images/stripe-p.png') no-repeat;width:253px;}
	.topstripe{height:539px;}
	.bottomstripe{height:480px;}
}