/* CSS Document */
#my_header {
	width: 100%;
	height: 10.05%;
	padding: 0 0 0 0;
	background-color:#FFFFFF;
	position:absolute;
	border:0;
	margin:0;
	left: -1px;
	top: -1px;
	text-align: center;
}
#my_middle_section {
	width: 100%;
	height:85%;
	padding: 0 0 0 0;
	background-color:#EFF0F2;
	position:absolute;
	left: -1px;
	top: 10%;
	border-width:0px;
	padding: 0px;
	
}
#my_flash {
	background-color:#EFF0F2;
	height:100%;
	margin: 0 auto;
}
#my_footer {
	width: 100%;
	height: 5.1%;
	padding: 0 0 0 0;
	background-color:#FFFFFF;
	position:absolute;
	margin:0;
	left: -1px;
	bottom: -1px;
	border-width:0px;
	padding: 0px;
}
#top_image {
	width:700px;
	background-color: #FFFFFF;
	height: 100%;
	left: 10%;
	position:relative;
}
#bottom_right {
	width:25%;
	background-color: #FFFFFF;
	height: 100%;	
	position:relative;
	left: 75%;
}
#my_subscribe {

	width: 100%;
	height: 20%;
	background: #FFFFFF;
}

span.subscribe_text {
	float: left;
	color: #dddddd;
	font-size: 10px;
	background: #FFFFFF;
	padding: 0 0 0 0;
}

#my_social {
	width: 100%;
	height: 96%;
	background: #FFFFFF;
	padding:0;
	margin:0;
	border-width:0;
	position:relative;
	top: 4%;
}


