body {
	font-family: Calibri;
	font-size: 14px;
	padding-top: 40px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	font-style: italic;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #4096ee; /* Old browsers */
	background: -moz-linear-gradient(top, #4096ee 0%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4096ee 0%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4096ee 0%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4096ee 0%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4096ee 0%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */	border: thin solid #FFF;
-webkit-border-top-right-radius: 450px;
-webkit-border-bottom-left-radius: 450px;
-moz-border-radius-topright: 450px;
-moz-border-radius-bottomleft: 450px;
border-top-right-radius: 450px;
border-bottom-left-radius: 450px;background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
#wrapper #leftcol {
	float: left;
	width: 300px;
	padding-top: 60px;
	padding-left: 50px;
}
#wrapper #rightcol {
	float: none;
	width: 645px;
	margin-left: 305px;
	padding-top: 60px;
}
#wrapper #footer {
	padding-left: 300px;
}

#wrapper #header {
	height: 100px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #0FF;
}
#wrapper #topnega {
	height: 200px;
	padding-top: 0px;
	color: #00F;
}
#wrapper #topnega_second {
	height: 300px;
}
