body{
	background-position: top left;
	background-repeat: repeat;
	background-image: url(pic/bg.png);
	
	font-size: 13pt;
	font-family: arial;
	word-spacing: -1px;
}

h2, h4{
	text-align: center;
}

p{
	text-align: center;
	
	width: 80%;
}

img{
	height: 200px;
	margin: 2px;
	border: 2px solid maroon;
}

.group{
	height: 400px;
	display: block;
}


#info{
	text-align: center;
    padding-top: 35px;
}
