body{
	background-image: url(images/Background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	
}
.Page{
	margin:10px 0px;
	width:970px;
}
#Content{
	position:absolute;
	margin:215px 0px 0px 35px;
	width:564px;
	height:281px;
}
#Tyre,#Wheel{
	position:absolute;
	margin:367px 0px 0px 35px;
	width:564px;
	height:130px;
}
.TextInformation{
	width:950px;
	padding:20px 0px;
	text-align:left;
}
.Link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333;
	text-align:center;
}
#ContentContainer{
	background-color: #333;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
}
.ContainerTable{
	background-color:#FFF;
}
.ContainerTable td{
	padding:10px;
	text-align:left;
	vertical-align:top;
}
.ContainerTable table td{
	padding:0px;
	text-align:left;
	vertical-align:top;
}
p, li,td, .ContainerTable p{
	font-size:11px;
}
.ContainerTable h1, h1{
	font-size:18px;
}
.ContainerTable h2{
	font-size:14px;
	font-weight:bold;
	padding-left:0px;
}
.ContainerTable h3{
	font-size:12px;
	font-weight:bold;
}
#PopUp {
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
}
#PopUp table{
	width:900px;
	margin-top:20px;
}
#PopUp table th{
	background-image: url(images/wheelsback.gif);
	background-repeat: repeat-x;
	height: 30px;
	text-align:left;
}
#PopUp table th img{
	position:absolute;
	margin-left:885px;
	margin-top:-5px;
	cursor:pointer;
}
#PopUp table td{
	background-color: #ed1c24;	
}