* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family:Helvetica, Arial, sans-serif;
	width:100%;
	height:100%;
	font-size:70%;
}

/* ad background */
a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	background:#F6F7F9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}


h1 {
	position:absolute;
	color:#2E2F31;
}
h2 {


	color:#000;
	width:100%;
	position:absolute;
	font-weight:normal;
}
img {
	position:absolute;
}


ul { 
	position: fixed;
	display:block;
	top:16px;
	font-size:1.2em;
	right:3%;
}

div {
 	width:30%;
	height:100%;
	float: right;
	background:#1C202C;
}


/* 90 PIXELS HIGH */

	h1 {
		width:100%;
		top:10px;
		height:50px;
		line-height:23px;
		left:0;
		font-size:1.4em;
		text-align:center;
	}
	h1 span {
		display:block;
	}
	h2 {
		display:block;
		left:0;
		bottom:0;
		height:40px;
		line-height:20px;
		text-align:center;
		font-size:1.3em;
	}
	h2 span {
		display:block;
	}
	img, .plus {
		display:none;
	}
	ul { display:block; }

@media (min-width:240px) {
	h1 {
		width:50%;
		height:100%;
		left:5%;
		text-align:left;
	}
	h2 {
		left:0;
		bottom:0;
		padding-left:5%;
		text-align:left;
		font-size:1.3em;
	}
	img {
		display:block;
		width:auto;
		height:110px;
		top:-10px;
		right:5%;
	}
	.plus, plus2 { display:none; }
	ul { display:none; }
}
@media (min-width:300px) {
	h1 {
		font-size:2em;
	}
	h2 {
		height:30px;
	}
	h2 span {
		display:inline;
	}	.plus {
		display:inline;
	}	
	img {
		right:28%;
	}
	.plus,.plus2 { display:none; }
	ul { display:block; }
}
@media (min-width:390px) {
	img {
		right:29%;
	}
	.plus,.plus2 { display:none; }
	ul { display:block; }
}

@media (min-width:480px) {
	h1 {
		font-size:2.3em;
		line-height:60px;
		top:2px;
	width:80%;
	}
	h1 span {
		display:inline;
	}
	img {
		right:20%;
	}
	.plus { display:inline; }
	.plus2 { display:none; }
	ul { display:block; }
}

@media (min-width:600px) {
	.plus2 { display:inline; }
}
