/* @override http://www.finelycrafted.com/blueprint.css */

body{
	background: repeat url("back.gif");
	background-position: center top;
	color: white;
	font: 20px/30px Georgia, Times, "Times New Roman", serif;
}

#container{
	background: no-repeat url("glow.png");
	background-position:center top;
	padding-top: 20px;
}

#content{
	width: 580px;
	margin: 0 auto;
}

#text{
	text-align: justify;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}

#content p{
	width: 540px;
	margin: 20px;
}

.right{
	text-align: right;
}

/*button*/

a#email{
	display: inline-block;
	background: url("contact.png");
	width: 100px;
	height: 35px;
	vertical-align: top;
	margin-top: -7px;
	margin-left: 10px;
}

a#email:hover, a#email:focus{
	background-position: 0px -35px;
}

a#email:active{
	background-position: 0px 35px;
}
