/* ------------------------- GENERAL ------------------------- */
body {
	margin: 			0;
	background-color: 	#FFFFFF;
}
#ad {
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				0px;
	width:  			300px;
	height: 			250px;
	background-color: 	#FFFFFF;
	overflow: 			hidden;
	opacity: 			0;
}
@font-face {
    font-family: 	'PillGothic_Regular';
    src: 			url('../fonts/PillGothic_Regular.woff') format('woff');
}
.PillGothic_Regular {
	white-space: 	nowrap;
	font-family: 	'PillGothic_Regular';
}