* {
    margin: 0;
    padding: 0;
}

body {
	background-color:#eeeeee;
	margin: 5px 0;
	font-family: arial,tahoma,verdana,helvetica;
	color: #000000;
	text-align: center;
	font-size: 12px;
}

div, p, img, a, td, ul, ol {
	font-size: 12px;
}

a {
	color: #4d8fd2;
	text-decoration: none;
}

#corps {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	width: 1003px;
	background-color: #ffffff;
	padding: 0 0 0 0;
	height: 480px;
	box-shadow: 3px 3px 10px #666;
}

#header { 
    background: #e0e0e0 url(/images/header-background.png) top left;
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
}

#header h1 a span {
	display: none;
}

#footer {
	text-align:right;
	width: 983px;
	padding: 0;
}

h2.textin {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
	//text-shadow: 2px 2px 3px #999;
}

.textin {
	text-align: center;
	margin: 10px;
	font-size: 14px;
}

.textin a {
	color: #4d8fd2;
	text-decoration: none;
	font-size: 14px;
}

#poweredby {
	margin-top: 0px;
}

a:hover, a:active {
  color: #4d8fd2;
  border-bottom: 1px dotted #4d8fd2;
}

.textin a:hover {
  border-bottom-width: 0;
}

.textin img {
	opacity:0.6;
	filter:alpha(opacity=60);
	box-shadow: 2px 2px 10px #999;
	padding: 5px;
	margin-bottom: 10px;
}

.textin a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}

#poweredby a:hover, .textin a:hover img, .textin img:hover, #header a:hover {
  border-bottom-width: 0;
}

#poweredby img {
	opacity:0.4;
	filter:alpha(opacity=40);
}

#poweredby a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}


