*, body, html {
	padding:0;
	margin:0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	background:url(../img/bg4.jpg) 50% 0 no-repeat;
}
a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}
#container {
	width: 998px;
	margin: 0 auto;
}
#header {
	height: 102px;
	position: relative;
}
.what-is {
	bottom: 20px;
	right: 0px;
	position: absolute;
	font-size: 12px;
	cursor: pointer;
	display: block;
}
.what-is span {
	padding: 3px 5px;
	margin: 5px;
	display: block;
	border: 1px solid rgb(168, 168, 170);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 2px 10px -4px rgb(60, 60, 60);
	-moz-box-shadow: 0px 2px 10px -4px rgb(60, 60, 60);
	-webkit-box-shadow: 0px 2px 10px -4px rgb(60, 60, 60);
}
.what-is span:hover {
	box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
}
#what-is-text {
	position: absolute;
	width: 270px;
	font-size: 12px;
	text-align: justify;
	bottom: -304px;
	right: 9px;
	background-color: white;
	border: 1px solid rgb(168, 168, 170);
	padding: 10px;
	border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	-webkit-border-radius: 5px 0 5px 5px;
}
#wrapper {
	height: 305px;
}
.header-noscr {
	margin: 0 auto;
	text-align: center;
	width: 825px;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}
.green-txt {
	color: darkgreen;
}
.red-txt {
	color: red;
}
.left-block {
	width: 295px;
	float: left;
	text-align:justify;
	font-size:11px;
}

.right-block {
	width: 295px;
	float: right;
	text-align:justify;
	font-size:11px;

}
.center-block {
	margin: 0 355px;
	font-size: 22px;
	color: #0210AD;
	font-weight: bold;
	text-align: center;
}
.curved {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior:url(border-radius.htc);
}
#copy {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 5px 8px;
	background-color: rgba(255, 255, 255, 0.35);
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	box-shadow: 0px 18px 11px -8px rgba(41, 19, 19, 0.51);
	-moz-box-shadow: 0px 18px 11px -8px rgba(41, 19, 19, 0.51);
	-webkit-box-shadow: 0px 18px 11px -8px rgba(41, 19, 19, 0.51);
	
}
.name-copy {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
