*{
	margin: 0;
	padding: 0;
}

div{
	position: absolute;
}

body{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0;
	line-height: 12px;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;	

	-webkit-font-smoothing: antialiased;
}

/* main container */
#ad{
	width: 300px;
	height: 250px;
	font-family: inherit;
	overflow: hidden;
	border: #000 1px solid;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

/* fallback */
#fallback{
	width: 100%;
	height: 100%;
}

/* exit layer */
#exit{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* all styles */
#banner {
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}

#txt-bg{
	width: 100%;
	height: 57px;
	top: 87px;
	background-color: rgba(0,0,0,0.5);
}

#f2-txt4{
	font-weight: bold;
	top: 195px;
	left: 12px;
}

#xbox-exc{
	bottom: 0;
	width: 300px;
	text-align: center;
	height: 25px;
	background-image: url('../images/xbox-exclusive.png');
}

#xbox-one{
	bottom: 0;
	width: 300px;
	text-align: center;
	height: 25px;
	background-image: url('../images/xbox-one.png');
}