@charset "utf-8";
body, html {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	/*background-color: #666666;*/
	background-image: url(../images/bg2.png);
	color: #000000;
	margin: 0px;
	padding: 0px;
}


#c1 {
	position: absolute; top:100px;
	/*border-width:1px;
	border-style:solid;
	border-color:grey;*/
	left:50%;
	background: linear-gradient(top, #000000 0%, #ffffff 0%, #8f8f8f 100%); background: -moz-linear-gradient(top, #000000 0%, #ffffff 0%, #8f8f8f 100%); background: -webkit-linear-gradient(top, #000000 0%, #ffffff 0%, #8f8f8f 100%); background: -ms-linear-gradient(top, #000000 0%, #ffffff 0%, #8f8f8f 100%); background: -o-linear-gradient(top, #000000 0%, #ffffff 0%, #8f8f8f 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#8f8f8f,GradientType=1);
	float: left;
	width: 600px;
	height: auto;
	margin-left: -340px;
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 5px #222;
	-moz-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
}

.u1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

.u2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;

}


