* {
	padding: 0px;
	margin: 0px;	
}

html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #F2F2F2;
}

img {
	border: 0px solid #999999;
}

a {
	text-decoration: none;
	color: #6B6B6B;
}

a:hover {
	text-decoration: underline;	
}

#wrapper {
	margin: 0px auto;
	width: 600px;
	height: 100%;

	/*z-index: -10;*/

	overflow: hidden;

	display: table;
	position: relative;

	/*border: 1px solid red;*/
}

/*
* html #wrapper {
	position: relative;
}
*/

#medium_box {
	display: table-cell;
	vertical-align: middle;

	#position: absolute;
	#top: 50%;

	/* border: 1px solid yellow; */
}

/*
* html #medium_box {
	position: absolute;
	top: 50%;
}
*/

#content_box {
	font-family: Verdana,Arial,sant-serif;
	font-size: 12px;
	color: #6B6B6B;

	#position: relative;
	#top: -50%;
	overflow: hidden;
	/* border: 1px solid blue; */
	border: 2px solid #CCCCCC;
	background-color: #D8D8D8;
}

	div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
		margin: 0px;	
	}

/*
* html #content_box {
	position: relative;
	top: -50%;
}
*/

#main_content {
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

	#main_content p {
		padding-right: 20px;
	}
	
	#main_content h1 {
		font-size: 12px;	
		
	}

#copyright {
	padding: 20px;
	background-color: #D8D8D8;
	color: #6B6B6B;
	text-align:right;
}

.style3 {
	padding: 20px;
	text-transform: uppercase;
	font-family: Helvetica,Arial,sant-serif;
	font-size: 24px;
	font-weight: bold;
	color: #6B6B6B;
	text-align:center;
	background-color: #D8D8D8;
}

.align-center {
	text-align: center;	
}
}
