* {
	margin:0;
	padding:0;
	}
	
	
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
	margin: 0px 5px;
	padding: 0px 5px;
}
a {
	font-weight: bold;
}
img {
	border: none;
}

.clear {
	clear: both;
}

#wrap {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}
/* header:
------------------------------------------------------ */
#header {
	position: relative;
	height: 50px;	
	background: #FFF url("../images/header.gif") no-repeat;;
}


/* main:
------------------------------------------------------ */
#absCont {
	background: #FFF url("../images/wrap-bg.gif") repeat-y;
	position: relative;
}

#blockContent {background: #FFF url("../images/bush-bg.gif") bottom left no-repeat; display: block; height: 600px; width: 812px; margin-left: 25px;}
#flashcontent {background: #FFF; height: 600px; width: 800px; padding: 0px; margin-left:30px; text-align:center;}

#block1 {display: block; width: 452px; margin-left: 215px; margin-top: 35px; text-align: justify;}
#block2 {display: block; width: 300px; margin: 30px 0 0 285px; }

#title-logo {position: relative; padding: 65px 0 0 328px;}


#enter {
  display: block;
  width: 185px;
  height: 55px;
  background: url("../images/enter.gif") no-repeat 0 0;
  margin: 10px 0 0 55px;
}

#enter:hover { 
  background-position: 0 -55px;
}

#enter span {
  display: none;
}

/* footer:
------------------------------------------------------ */
#footer {
	background: #FF6633 url("../images/footer.gif") no-repeat;
	height: 24px;
}

