@charset "utf-8";

/* CSS Document */
* {
	margin: auto;
}
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;
	background-image:url(http://ratchetclankgame.test.software.eu.playstation.com/assets/jpg/background/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

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

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

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

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

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

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 {
	position:absolute;
	width:100%;
	text-align: center;
	top: 50%;
	height:400px;
	margin-top: -200px;
}

#swfobject {
	border: 0;
	width: 550px;
	margin: auto;
}

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

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

#seo-navigation {
	
}

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

#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;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push, .footer p, .footer a {
	height: 60px; /* .push must be the same height as .footer */
	color: #000000;
	text-align: left;
	font-size: 8px;
}