/******************* Global Properties *************/

/******************* Wrapper Div *******************/

/******************* Header Divs *******************/

/******************* Content Divs ******************/

.content {
	height: 500px;
	background-position: center;
	background-image: url(../images/jpg/index.jpg);
}

.content p {
	position: absolute;
	top: 225px;
	left: 30px;
	width: 200px;
	border: medium dotted;
	border-color: #666666;
	text-align: center;
	font-size: 1.3em;
	color: #666699;
}

#special {
	position: absolute;
	top: 520px;
	left: 78px;
	height: 44px;
	width: 200px;
	border: medium dotted;
	border-color: #666666;
	text-align: center;
	font-size: 1.3em;
	color: #666699;
	background: none;
	z-index: 1;
}

#emphasis {
	font-style: italic;
}

/******************* Footer Div *******************/
