@charset "utf-8";
/* CSS Document */

body,html {
	margin:0px;
	padding:0px;
	height:100%;

	
}

div#flashcontent {
	background-image: url(http://www.cmcmarkets.co.uk/repository/images/backgrounds/background.png);
	background-repeat: no-repeat;
	position: relative;
	height: 100%; 
	width: 100%;

}


div#left {
float:left;
margin:0px;

}
div#right {
float:left;
margin:0px;
}

div#logo {
background-image: url(http://www.cmcmarkets.co.uk/repository/images/logos/logo.png);
background-repeat: no-repeat;
background-position:bottom left ;
line-height:600%;
margin:0px 70px;


}

div#background {
background-image: url(http://www.cmcmarkets.co.uk/repository/images/backgrounds/background.png);

background-repeat: no-repeat;
height:100%;
width:100%;
text-align:center;
}
div#background-top {
background-image: url(http://www.cmcmarkets.co.uk/repository/images/backgrounds/background-top.png);
background-position:center;
background-repeat: y;
text-align:center;
}
div#background-bottom {
background-image: url(http://www.cmcmarkets.co.uk/repository/images/backgrounds/background-bottom.png);
background-position:center;
background-repeat: y;
}
div#clear {
clear:both;
font-size:0;
height:0;
}