@import "reset.css";

body {
	background: url(../images/backtile_anim.gif)
}

#picture {
	background: url(../images/words.gif) no-repeat;
	width: 596px;
	height: 289px;
	margin: auto;
	margin-top: 100px;
	/*-moz-box-shadow: -7px 7px 0px rgba(0,0,0,0.35);
	-moz-border-radius: 5px;
	-webkit-box-shadow: -7px 7px 0px rgba(0,0,0,0.35);
	-webkit-border-radius: 5px;*/
}

#picture span {
	display: none;
}

#extraDiv1 {
	background: url(../images/grad_tile.png) repeat-x;
	width: 100%;
	height: 29px;
	position: fixed;
	top: 0;
}