@charset "UTF-8";
/* CSS Document */

/* the styling of the exposed element */
#expose {
	width: 600px;
	margin-right: 30px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(../images/blue.png);
}

#focus {
	width: 600px;
	margin-right: 30px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(../images/blue.png);
}


