/*----- Document -----*/
*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 1em;
}
body{
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	background-color: #767574;
	font: .8125em/1 helvetica, arial, sans-serif;
}
#swf{
	width: 970px;
	margin: 60px auto;
}
