
#page {
	width: 900px;
	height: 555px;
	margin: auto;
	background-color: #f1f1f1;
	background-image: url(../bg.png);	
}

#content {	
	width: 882px;
	height: 419px;
	position: relative;
	left: 0px;
	top: 40px;
	
	font-family: Garamond;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #666666;
	
	overflow: auto;
	background-image: url(../links/img/logoWelcome.png);
}

#content h1 {
	font-size: 17px;
}

/***************** TAGS ******************/

body {
	background-color: #f1f1f1;
}

div {
	border-style: none;
	border-width: 1px;
	border-color: #000000;
	background-repeat: no-repeat;	
}

em {
	text-decoration: underline;
}