*{	margin:0;
    padding:0;
	-webkit-appearance: none;}
	
img{
    border:0;}

img a{
	border:0;}

a{text-decoration:none;
	color:inherit;}

a:hover{text-decoration:none;
color:inherit;}

a:visited{text-decoration:none;
color:inherit;}

html, body{
	height:100%;
	width:100%;
	overflow:hidden;}
	
#currentAvalie{
	height:90px;
	width:728px;
	position:absolute;
	left:0;
	top:0;
	background-color:#fff;
	border:none;
	outline:none;}
	
#ageVerifyAvalie{
	height:90px;
	width:728px;
	position:absolute;
	left:0;
	top:0;
	background-color:#fff;
	border:none;
	outline:none;}
	
#avalie300{
	display:none;}
	
#avalieFooter{
	position:absolute;
	padding-top:3px;
	top:90px;
	left:0;
	height:20px;
	width:728px;
	text-align:center;
	background-color:#fff;
	color:#31546a;
	font-family:helvetica, arial;
	font-size:16px;
	font-weight:lighter;}
	
#avalieFooter:hover{
	background-color:#00cc00;}
	
@media screen and (max-width: 599px),
screen and (max-width: 599px) and (orientation: portrait) {
	
#ageVerifyAvalie{
	width:300px;
	height:50px;}
	
#avalie600{
	display:none;}
	
#avalie728{
	display:none;}
	
#avalie300{
	display:block;}
	
#avalieFooter{
	display:none;}
	
#currentAvalie{
	width:300px;
	height:50px;}
	
	}