body, p, td, div {
	font-family: verdana; 
	font-size: 11px;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/structure/bg_body_work.jpg);
}

.playButton {
	font-size: 16px;
	font-weight: bold; 
	color: #222;
	padding: 10px 20px; 
	text-decoration: underline;
}

.playButton:hover {
	text-decoration: none;
}

/*
.playButton {
	background-color: #DF7A29; 
	font-size: 15px; 
	color: #fff; 
	padding: 10px 20px; 
	border: 2px solid #fff; 
	text-decoration: none;
}

.playButton:hover {
	background-color: #A0AF57; 
	border: 2px solid #fff; 
	text-decoration: none;
}
*/

#header {
	margin: 50px auto 25px auto; 
	width: 450px; 
	height: 50px; 
	background: transparent url(/images/bg-work-header.gif);
}

#headerText {
	padding: 14px 14px 0 0; 
	margin: 0; 
	color: #FFB36F; 
	font-size: 16px; 
	text-align: right;
}

