html {
	height: 100%;
	overflow: hidden;
}

body {
	background: #353638 url(http://www.libertyplc.co.uk/images/site/sc_grad.jpg) repeat-x;
}

a {
	color: #656565;
	text-decoration:none;
}

a:hover {
	color: white;
	text-decoration:none;
}

#flashcontent {
	z-index:2;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	visibility:visible;
}

#windowcontrol {
	position:absolute;
	width:95%;
	text-align:right;
	padding:10px 20px 20px 20px;
}

#image {
	width:205px;
	height:715px;
	background-image:url(http://www.libertyplc.co.uk/images/site/sc_logo.jpg);
}