@charset "utf-8";

/* CSS Document */
* {
	margin: auto;
}
a:focus, object:focus { 
	outline: none; 
	-moz-outline-style: none; 
}
html,body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
}

h2 {
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
}

h4 {
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
}

p {
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
	width: 800px;
}

a:link,a:visited,a:active {
	color: #F5B800;
	text-decoration: underline;
	color: #dcdcdc;
	font-weight: normal;
}

a:hover {
	color: #F5B800;
	font-weight: normal;
	text-decoration: none;
}

#swfobject_holder {
	width:100%;
	height:100%;
	text-align: center;
}

#swfobject {
	border: 0;
	width:100%;
	height:100%;
	margin: auto;
}

#swfobject a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#swfobject a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#seo-navigation {
	
}

#seo-content {
	padding-top: 10px;
	width: 800px;
}

#player-details {
	
}

#player-details p{
	text-align: center;
}

#small_p {
	width:300px;
}

li,ul,ol {
	line-height: 24px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 18px;
	padding-right: 18px;
}


img {
	vertical-align: middle;
	border-style: none;
}
