@charset "UTF-8";
/* CSS Document */
body {
	color: #FFF;
	font: 14px/16px "Comic Sans MS", cursive;
	background: url(../img/Bg_Texture_wood.jpg) repeat;
}
a {
	color: #0C0;
}
.comments {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
}

#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:948px;
	height:561px;
	margin-left: -474px; /*set to a negative number 1/2 of your width*/
	margin-top: -280px;
	padding-top: 20px;
	background: url(../img/Bg_content.png) no-repeat;
}
.centerText {
	margin: 165px 35px 25px;
}
