html
{
	margin: 0; 
	padding: 0;
	width: auto;
}


body
{
	color: #666666;
	font-family: futura,century gothic,verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: white;
	width: auto;
	background-image:url(images/fond.jpg); 
	background-repeat:repeat-y; 
	background-position:left; 
}



#content
{
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0 0 13px 0;
	margin-bottom: 10px;
}


#logo
{
	text-align: center;
	clear: none;
	position: relative;
	float: none;
	width: 100%;
	height: 80px;
	display: block;
}
#logosmall
{
	text-align: center;
	clear: none;
	position: relative;
	float: none;
	width: 100%;
	height: 80px;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}

.topbar
{
	clear: left;
	float: none;
	width: 690px;
	height: 24px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: white;
	font-style: italic;
	padding-top: 6px;
	padding-left: 10px;
	font-size:14px;
	background-image: url(images/top-bar.jpg);
	background-repeat: no-repeat;
}

.illusaboutus
{
	clear: left;
	float: none;
	width: 700px;
	height: 295px;
	text-align: left;
}

.illuspro
{
	clear: left;
	float: none;
	width: 700px;
	height: 290px;
	text-align: left;
}

.illussell
{
	clear: left;
	float: none;
	width: 700px;
	height: 290px;
	text-align: left;
}

.text
{
	clear: left;
	float: none;
	width: 690px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: black;
	font-size:12px;
	padding-top: 15px;
	border-color: #282828;
	border-style: solid;
	border-width: 2px;
	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.col
{
	width: 270px;
	height: 20px;
	text-align: right;
	color: black;
	font-size:12px;
}

.input
{
	width: 400px;
	height: 20px;
	margin-left: 280px;
	text-align: left;
	color: black;
	font-size:12px;
}

.credits
{
	clear: left;
	float: none;
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: grey;
	font-size:12px;
	margin-top: 30px;
}



.imageblock
{
	clear: none;
	float: none;
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: black;
	font-size:12px;
}

.thanks
{
	clear: none;
	float: none;
	width: 760px;
	margin: 0 auto 0 auto;
	margin-top: 200px;
	text-align: center;
	color: black;
	font-size:12px;
}

}