* { margin: 0; padding: 0; }
a { text-decoration: none; }
img, a img { border: 0 none; }

body {
	background-color:      #ffffff;
	padding:               2.3% 0 1%;
	    font-family: "LucidaGrande", Verdana, Arial, Helvetica, sans-serif;
}

#stage {
	width:                 985px;
	height:                640px;
	margin:                0 auto;
	background:            #c2cdd3;
	position:              relative;
	-webkit-box-shadow:    4px 4px 7px #b1b1b1;
	-moz-box-shadow:       4px 4px 7px #b1b1b1;
	box-shadow:            4px 4px 7px #b1b1b1;
}

#logoBox, #logoBox img, #contentBox { position: absolute; }

#logoBox {
	left:                  0;
	top:                   75px;
	width:                 360px;
	height:                80px;
	border-bottom:         2px solid #929fa5;
}

#logoBox img {
	right:                 -7px;
	bottom:                0;
}

#logoBoxRight {
	position:				absolute;
	right:					-8px;
	top:					-60px;
	padding:				10px;
}

#contentBox {
	left:                  160px;
	top:                   168px;
	width:                 690px;
}

#contentBox .csc-textpic {
	float:                 left;
	padding:               10px;
}

#contentBox a       { opacity: .8; }
#contentBox a:hover { opacity: 1; }
