/*unbrandedbanners_300x600*/

* {
	margin: 0;
	padding: 0;
}

p {
	color: #FFFFFF;
}
/* ID objects */

#container {
	width: 298px;
	height: 598px;
	position: relative;
	overflow: hidden;
	border: 1px solid #707070;
	cursor: pointer;
}

#greenScreen {
	top: 0;
	left: -300px;
	position: absolute;
	width: 300px;
	height: 600px;
	background-color: #71BD51;
	opacity: 0;
	z-index: 10;
}
#text01 {
	left: 31px;
	top: 600px;
	position: absolute;
}

#text02 {
	left: 0;
	top: 600px;
	position: absolute;
}

#whiteBG {
	width: 300px;
	height: 90px;
	background-color: #FFFFFF;
	left: 0;
	top: 600px;
	position: absolute;
	z-index: -3;
}

#green_mask {
	background-color: #71BD51;
	position: absolute;
	top: 432px;
	left: -300px;
	width: 300px;
	height: 90px;
	z-index: -2;
}

#blue_background {
	width: 300px;
	height: 600px;
	top: 600px;
	background-color: #10233E;
	position: absolute;
	z-index: -4;
}

#green_background {
	width: 300px;
	height: 600px;
	background-color: #71BD51;
	position: absolute;
	top: 0px;
	z-index: -5;
}

#cta_button {
	position: absolute;
	left: 31px;
	top: 600px;
	width: 240px;
	height: 35px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	z-index: 5;
	font-size: 17px;
	color: #00275a;
	font-family: 'helvetica','arial', sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#cta_button:hover {
	background-color: #71BD51;
	color: #FFFFFF;
}