.footer {
	position:relative;
	width: 600px;
	height:51px;
	background-color: #424242;
	font-size: 0.75em;
	margin-left: auto;
	margin-right: auto;
}

.footer a {
	text-decoration: none;
	color: #e1e1e1;
}

.footer a:hover.nohover{
	text-decoration: none;
	color: #e1e1e1;
	background-color: #424242;
}


.footer a:hover {
	text-decoration: none;
	color: #424242;
	background-color: #e1e1e1;
}

.corner_tl {
	width: 16px;
	height:16px;
	position:absolute;
	top: 0px;
	left: 0px;
	background:#424242 url(../gfx/bg_corner_tl.gif) no-repeat 0 100%;
}

.corner_tr {
	width: 16px;
	height:16px;
	position:absolute;
	top: 0px;
	left: 584px;
	background:#424242 url(../gfx/bg_corner_tr.gif) no-repeat 0 100%;
}

.content{
	position:absolute;
	top: 12px;
	left: 12px;
	width: 574px;
	height: 50px;
	background:#424242;
}

.corner_bl {
	width: 16px;
	height:16px;
	position:absolute;
	top: 46px;
	left: 0px;
	background:#424242 url(../gfx/bg_corner_bl.gif) no-repeat 0 100%;
}

.corner_br {
	width: 16px;
	height:16px;
	position:absolute;
	top: 46px;
	left: 584px;
	background:#424242 url(../gfx/bg_corner_br.gif) no-repeat 0 100%;
}
