.body {
	padding: 0px;
	background-image: url('images/bg_graphic.png');
	background-repeat: repeat-x;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
}

.header {
	/*This is the vertical Clockworks Design at the top of screen*/
	position: fixed;
	margin-left: 10%;
	margin-right: 10%;
	top: 0px;
	width: 80%;
	overflow: hidden;
	z-index: -2;
}

.footer {
	/*This is the mountain graphic at the bottom of screen*/
	position: fixed;
	margin-left: 10%;
	margin-right: 10%;
	bottom: 0px;
	width: 80%;
	overflow: hidden;
	z-index: -1;
}

.logo {
	position: absolute;
	top: 10%;
	margin: auto;
	width: 100%;
	z-index: 1;
}

.mywork {
	position: absolute;
	top: 54%;
	margin-left: 30%;
	height: 33%;
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #AEAEAE;
	border-right-color: #AEAEAE;
	border-bottom-color: #AEAEAE;
	border-left-color: #AEAEAE;
	overflow: auto;
	z-index: 1;
}

.navbar {
	position: absolute;
	top: 35%;
	margin: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
        font-weight: 700;
}

.newsbox {
	position: absolute;
	top: 54%;
	margin-left: 30%;
	height: 33%;
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	/*Text color ^ */
	line-height: 20px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #AEAEAE;
	border-right-color: #AEAEAE;
	border-bottom-color: #AEAEAE;
	border-left-color: #AEAEAE;
	overflow: auto;
	z-index: 1;
}

.popup {
	height: auto;
	width: auto;
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #8DC645;
	color: #FFFFFF;
	z-index: 1;
}

.thankyou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	z-index: 1;
}

.thumbs {
	padding-right: 28px;
	border: 0px;
	z-index: 1;
}

.thumbsp {
	padding-bottom: 3px;
	border: 0px;
	z-index: 1;
}

.title {
	position: absolute;
	top: 43%;
	margin: auto;
	width: 100%;
	z-index: 1;
}

