a
{
	text-decoration: none;
}
body
{
	background-color: #5a5a5a;
}
#title
{
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	background-image: url(images/london_2011.jpg);
	background-repeat:no-repeat;
	background-color: #5a5a5a;
	z-index: 10;
}

#left_slice
{
	position: relative;
	top: 150px;
	float: left;
	width: 350px;
	height: 600px;
	z-index: 0;
}
#time_line
{
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	background-color: #5a5a5a;
	z-index: 5;
}
#time_line_text
{
	position: absolute;
	float: left;
	left: 100px;
	top: 0px;
	z-index: 5;
}
#right_slice
{
	position: relative;
	float: left;
	top: 150px;
	width: 50%;
	height: auto;
	padding: 10px;
	background-color: #7a7a7a;
	z-index: 15;
}
#pic1
{
	position: relative;
	top: 300px;
	width: 480px;
	height: 270px;
}