* {
	font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, "MS sans-serif", sans-serif;
}

body {
	margin: 0;
	font-size: 0.8em;
	background-color : #fff;
	color : #000;
	background-image: url(../img/body_bgr.jpg);
	background-position: top;
	background-repeat: repeat-y;
	overflow:hidden;
}

img {
	border:0;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

A:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.intro {
	margin: 0;
	padding: 50px;
}
.content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0px 0px -400px;
	width: 800px;
	height: 600px;
	padding: 0;
	background-image: url(../img/content_bgr.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.content_intro {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0px 0px -400px;
	width: 800px;
	height: 600px;
	padding: 0;
}
.left {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 235px;
	height: 600px;
	padding: 0;
	overflow: hide;
}
.right {
	position: relative;
	float: right;
	margin: 0 auto;
	width: 565px;
	height: 470px;
	padding: 0 0 0 0;
	overflow: hide;
}
.right .close {
	margin: 0 0 0 auto;
	width: auto;
	height: 50px;
	padding: 75px 0 0 0;
	text-align: right;
}
.iframe {
	overflow:auto;
	margin: 0;
	padding: 0;
}