/* 	master.css
	©2008 JJ Interiors
*/

html {
	background: #333 url(../img/bgd-img.gif) center top repeat-y;
	text-align: center;
}
body {
	position: relative;
	font-size: small;
	font-family: Verdana, sans-serif;
	color: #666;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background: url(../img/bgd-img.gif) center top repeat-y;
}
#siteContainer {
	position: relative;
	width: 100%;
}
#flashContent img {
	background: #FED98B;
	padding: 3px;
	margin: 20px 0 20px 250px;
}
#flashContent p {
	padding: 0 50px 0 250px;
	font-size: 90%;
}
#flashContent a {
	color: #999;
	text-decoration: underline;
}
#flashContent a:hover {
	color: #FFF;
}
