* {
    margin: 0px;
    padding: 0px;
}
body {
	color: #fff;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
    background-color: #040202;
   	background-image: url(images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
    color: #fff;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
strong {
    font-weight: bold;
}
.clear {
	clear: both;
}
#container {
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
   	background-image: url(images/bg_footer_index.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;		
}
#silk_ribbon {
	width: 1000px;
   	background-image: url(images/bg_right_column.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#silk_ribbon_footer {
   	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;		
}
#center_column {
	width: 218px;
	/*height: 373px;*/
	height: 383px;
	margin-left: 391px;
	padding-bottom: 119px;
	float: left;
   	background-image: url(images/silk_ribbon_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}
#center_column  #motto {
	padding-top: 8px;
	font-size: 16px;
	font-family: "Times New Roman";
}
#center_column  #motto p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 15px;	
}
#center_column  #motto p  a {
	text-decoration: none;
}
#silk_ribbon_shadow {
  	background-image: url(images/right_column_ten.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 44px;
	float: left;
	height: 486px;
}
#logo {
	width: 107px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 268px;
	display: block;
   	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#footer {
	display: block;
	height: 363px;
}
#center_column_footer {
	display: block;
	width: 218px;
	height: 363px;
	margin-left: auto;
	margin-right: auto;
}
#logo_footer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	display: block;
	width: 85px;
	height: 205px;
   	background-image: url(images/logo_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;		
}
#counter_hidden {
	display: none;
}
#copy {
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}