#Main_Center {
	width: 1350px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 70px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	border-radius: 20px;
	background: url(../images/main-bg.png) 0 0 repeat;
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.06),
		0 0 0 1px rgba(0,0,0,0.9),
		inset 0 0 10px rgba(0,0,0,0.4),
		0 3px 5px rgba(0,0,0,0.5),
		0 2px 0 1px rgba(0,0,0,0.5);
}
#Main_Container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}

#Main_Center iframe {
	border-color: black;
	border-width: 7px;
    border-style: solid;
	border-radius: 20px;
	box-shadow: inset 0 0 0 0 #06F, 0 0 10px 1px black;*/

}

#Main_Center iframe:hover {
	border-radius: 20px;
	box-shadow: inset 0 0 0 0 #06F, 0 0 20px 0.5em black;
}