html {
	height: 100%;
	width:100%;
	overflow: hidden;
}

body {
	height: 100%;
	width:100%;
	margin: 0 !important;
	padding: 0 !important;
	font: 76% Arial, sans-serif;
}

#flashContent {
	height: 100%;
	width:100%;
	position:absolute;
    z-index:100;
    top:0px;
    left:0px;
}

#body2 {
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    background-image: url("sourceimg/dim.png");
    display: none;
    position:absolute;
    z-index:200;
    top:0px;
    left:0px;
}

#centered {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	clear: left;
	height: 600px;
	margin: 0 auto;
	position: relative;
	width: 925px;
	top:20px;
	z-index:201;
}

#content {
	background: none;
	bottom: 0px;
	color: #232323;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 600px;
	left: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 925px;
	z-index:202;
}

#warenk_html
{
	height: 600px;
	overflow:hidden;
	z-index:200;
}

#ifra_me
{
	overflow-y:scroll;
	overflow-x:hidden;
}

span.close{position:absolute;right:25px !important;top:15px;z-index:202;}

