#game-tabcontainer {
float:left;
padding-top:5px;
padding-left:5px;
width:739px;
}

#reviews-tabcontainer {
float:left;
padding-top:5px;
padding-left:5px;
width:752px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #009933;
	border-left: none;
	width:739px;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #fff;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background-image:url(http://www.gamesgeneration.co.uk/images/tabs/title.png);
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font-family: century-gothic, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	padding: 0 20px;
	border: 1px solid #009933; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
			background-image:url(http://www.gamesgeneration.co.uk/images/tabs/title-roll.png);
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
width:739px;
	border-top: none;
	overflow: hidden;
	float: left; 
	background: #fff;
}

.tab_content {
width:712px;
	padding: 15px;
	font-family: century-gothic, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
    line-height: 1.5em;
	color: #000;
}

ul.tabs li a:active {
color: #009933;
}

.dev-info {
padding-left:15px;
padding-top:5px;
}

.trailer  {
width:732px;
padding-top:18px;
}

#tab2{

}