/* General */

* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}
#banner {
    display: block;
    overflow: hidden;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
	#banner div {
		display: none;
		position: absolute;
	}

/* Custom */

#banner, .full {
    width: 300px;
    height: 250px;
}
#banner {
    background-color: #000;
}
	#logo {
		background-image: url(logo.png);
		display: block !important;
		width: 122px; height: 21px;
		left: 28px; top: 13px;
		z-index: 11;
	}
	#design_s {
		background-image: url(design_s.png);
		background-size: cover;
		display: block;
		z-index: 3;
	}	
	#black_t, #black_b {
		background-color: #000;
		display: block !important;
		height: 125px;
		width: 300px;
		z-index: 2;
	}	
	#black_t {
		top: -125px;
	}	
	#black_b {
		top: 250px;
	}
	#stripes {
		background-image: url(stripes.png);
		width: 300px; height: 250px;
		z-index: 1;
	}
	#design_b {
		display: none;
		height: 517px;
		left: 4px;
		position: absolute;
		top: -130px;
		width: 272px;
		z-index: 5;
	}
	#black1 {
		background-color: #000;
		z-index: 4;
	}
	#elines {
		background: url(elines.png) left 5px no-repeat;
		width: 691px; height: 250px;
		position: absolute;
		left: -423px;
		z-index: 6;
	}
	#black2 {
		background-color: #000;
		height: 250px;
		left: 0;
		width: 28px;
		z-index: 7;
	}
	#bachelor {
		background-image: url(bachelor.png);
		left: 0;
		z-index: 8;
	}
	#lines {
		background-image: url(lines.png);
		height: 44px;
		left: 28px;
		top: 149px;
		width: 241px;
		z-index: 9;
	}
	#txt01, #txt02, #txt03, #txt04 {
		background-position: top left;
		height: 15px;
		left: 28px;
		width: 240px;
		z-index: 10;
	}
	#txt01 {
		background-image: url(txt01.png);
		top: 148px;
	}
	#txt02 {
		background-image: url(txt02.png);
		top: 162px;
	}
	#txt03 {
		background-image: url(txt03.png);
		top: 176px;
	}
	#txt04 {
		background-image: url(txt04.png);
		top: 190px;
	}
	#pink {
		background-image: url(pink.png);
		z-index: 12;
	}
	#biglogo {
		background-image: url(biglogo.png);
		z-index: 13;
	}
	#cta {
		background-image: url(cta.png);
		z-index: 13;
	}