/*@charset "utf-8";*/

/* Shadowbox */
@import url("../shadowbox/shadowbox.css");

* {
	outline: none;
}

html, body, #website {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font: Arial, "Helvetica Neue", sans-serif;
	margin: 0;
	padding: 0;
}

img{
	border-style: none;
}

iframe#iframe{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000000;
}

div#ifrm_close{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
	z-index: 20;
	display: none;
	/*background-color: #FF0000;*/
}

