/* HTML */

*
{
	margin:0;
	padding:0;
}

body
{
	background:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-color:rgba(250,250,250,1.0);
	background-size: cover;
	padding:0;
	margin:0;
	font-family: 'Arial', cursive;
	font-size:22px;	
}

img
{
    max-width:99%;
    height:auto;
    width:auto;
	/* border: 1px solid rgba(0,0,0,0.3); */
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px rgba(136,136,136,0.5);
}

.cl
{
    clear:both;
}


