body {
	padding: 0px;
	margin: 0px;
}

#background {
	background-image: url("images/background.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
}

#csm-logo img {
	max-width:30%;
    height:auto;
    position: absolute;
	top: 0; left: 0;
}

#csm-dates img {
	max-width: 30%;
	height: auto;
	position:absolute;
	right: 0px; top: 0px;
}

#csm-info img {
	max-width:20%;
    height:auto;
    position: absolute;
	bottom: 0; left: 0;
}

#csm-identity img {
	max-width:20%;
    height:auto;
    position: absolute;
	bottom: 0; right: 0;
}