/* CSS Document */

body {
	background-color: #000; /* cosmetic */
	margin: 0px; /* required */
	color: #F1F1F1;
	font-family: Helvetica, Arial, sans-serif;
}
div#wrapper {
	background-color: red; /* cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}
div#center {
	background:url(images/bcg.jpg) no-repeat;
	overflow: hidden; /* set to taste */

	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -340px; /* half of width */
	width: 680px; /* width of div */

	height: 600px; /* height of div */
	top: -300px; /* half of height */
}

#textcontainer {
	margin:300px 0 0 300px;
	text-align:right;
}

#textcontainer img {
	
}
