@media screen {

/* ----- RESET AND BASICS --------------------------------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666;
	line-height: normal;
	background-color: #728a28;
}

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

img {
  border: 0px;
}

.clear {
	clear: both;
}
/* -------------------------------------------------------------------------------------------------- */



/* ----- COMMON ID(s) and CLASSES ------------------------------------------------------------------- */
#page-wrap {
	padding-top: 150px;
	position: relative;
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}
/* -------------------------------------------------------------------------------------------------- */



/* ----- INDEX PAGE ID(s) and CLASSES --------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */



/* ----- SUBPAGES ID(s) and CLASSES ----------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
