@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../_images/templets/bg1800.jpg);
	
}
#mainContent{
	position: relative;
	width:990px;
	height: 1800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	

}
#logo {
	position:relative;
	top: 0px;
}
	
#img1{
 	position:relative;
	width:980px;
	top:4px;
	margin-left:auto;
	margin-right:auto;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-ms-border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-ms-border-bottom-right-radius:10px;
	-o-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	
	
}
#content{
	position: relative;
	top: 15px;
	width: 960px;
	height: 875px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.1em;
background: -moz-linear-gradient(top, rgba(204,204,204,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(204,204,204,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(204,204,204,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(204,204,204,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(204,204,204,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cccccc', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */;
	border-radius: 10px;
	box-shadow: #999;
	overflow: hidden;
}#img1 #performerImg {
	border-radius:10px;
}
#sonnyImg {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 0px 10px 0px 10px;
}

#footer{
	position:relative;
	width:990px;
	top:25px;
	height:500px;
	background-image:
	url(../_images/templets/footer.jpg);
	margin-left:auto;
	margin-right:auto;
}
