* {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#flashcontent {
	width: 900px;
	height: 650px;
	margin: 0 auto;
	position: relative;
}
h2 {
	font-size:13px;
	text-transform: uppercase;
	color: #fff;
}
a, a:link, a:active, a:visited {
    color: #000;
    text-decoration:none;
}

a:hover{
    color:#464646;
    text-decoration:underline;
}			
img{
	border:none;
}
