.page_bg
{
	background:  url('canvas_bg.jpg') repeat;
}

.div_bg_watermark
{
	background-image:       url('us_flag_watermark_bg.jpg');
	background-attachment:  fixed;
	background-repeat:      no-repeat;
	background-position:    center;
	overflow:               visible;
	height:                 600px;
	font-family:            arial;
}

.headline_special
{
	color:		#333300;
	font-family:	arial;
	font-size:        250%;
}

p
{
	text-align:	left;
}

.pcenter
{
    text-align: center;
}    
