body {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 0px;
    text-align: center;
}

a { 
	border: none;
	margin: 0px;
	padding: 0px;
	color: #3E3B93; 
	text-decoration: none; 
	font-family: verdana,geneva; 
	font-size: 11px;
}

img {
	border: none;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

.text_main {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #333333;
}

.link_main {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
}

.link_main:hover {
	color: #000000;
}

h1.first_text {
	color: #ccc;
	font-size: 11px;
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#first_text {
	position: absolute;
	top: 10px;
	right: 40px;
}

#last_text {
	position: absolute;
	top: 810px;
	right: 40px;
	
}

#content {
	margin-left: 224px;
	width: 565px;
	border: 2px solid black;
	background: #FFFFFF;
}

#container {
	width: 1100px;
	margin: 0px auto;
    padding: 0px;
	text-align: left;
	position: relative;
	background: #FFFFFF;
	/*background-image: url(../images/background_vert.jpg);
	background-repeat: repeat-x;*/
	
	
}


#footer {
	position: absolute;
	width: 715px;
	height: 30px;
	top: 750px;
	left: 350px;
	margin-bottom: 35px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.0;
	z-index: 4;
}

.link_footer {
	font-family: arial, verdana, helvetica;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.link_footer:hover {
	color: #000000;
}

.text_footer{
	font-family: arial, verdana, helvetica;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

