/* CSS Document */

body {
	background: url(../images/rg_120x120.gif);
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	color: #333;
}

p {
	margin: 1em;
}
.comments {
	background-color: #e3e3e3;
	border: 1px solid #ccc;
	padding: 20px;
}

#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:30em;
	height:18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
}
.heading {
	font-size: 18px;
}
