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

/*-- Default Selector Values --*/
body {
	text-align:center;
	overflow:none;
}
body,html {
	margin: 0;
	padding: 0;
}
body,p,td,th,ol,ul,dl,dt,dd,input,textarea,select {
	font-size:12px;
	line-height: 15px;
}
body,div,p,table,td,th,ol,ul,li,h1,h2,h3,h4,h5,h6,img,address,hr {
	margin:0px;
	padding:0px;
	border:0px;
}
a {
	color: #EA3F3F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	display: block;
}
li {
	list-style-type:none;
}
p {
	margin-bottom:1em;
}
* html .clear {
	font-size:0;
} 
.clear {
	clear:both;
	line-height:0;
	height:0px;
}
/* Below style is specifically for swfObject and display issues when using 100% height */
object, embed { width: 100%; height: 100%; margin: 0; padding: 0;

} 
/*-- End Default Selector Values --*/
html {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00ffff;
	font-style: italic;
	cbackground: url(../images/bg.gif) repeat;
	background: url(../images/topbg.png) repeat-x top, url(../images/bg.gif) repeat;

}
.mainContainer {
	text-align: left;
	width: 960px;
	margin: 20px auto;

}
.holding {
	margin-top: 300px;
	background: #323232;
	opacity: 0.75;
	padding: 100px 0 100px 100px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 0px 1px 20px #000;
	-moz-box-shadow: 0px 1px 20px #000;
	-webkit-box-shadow: 0px 1px 20px #000;
	text-shadow: 0px 1px 7px #000;
	background: -moz-linear-gradient(0% 0% 270deg, #666666, #323232);
 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#323232));
	x-webkit-transform: rotate(-0.25deg); 
	x-moz-transform: rotate(-0.25deg);
	-webkit-box-reflect:
		below 1px 
	  -webkit-gradient(linear, left top, left bottom, from(transparent), 
		color-stop(0.5, transparent), 
		to(rgba(255, 255, 255, 0.5)));
}
.who {
	color: #fff;
	font-style:normal;
}
h1 {
	font-size: 28px;
	line-height: 30px;
}