@charset "utf-8";

body {
	background-color: #000;
}

#container {
	background: #F3EFEC url(/img/skin1/bgSite.gif);
}

#header {
	background: #556363 url(/img/skin1/bgHeader.jpg) no-repeat top left;
}
#login {
	background-image:url(/img/skin1/bgLogin.jpg);
	color:#AFBCBE !important;
}

#logout {
	background-image:url(/img/skin1/bgLogout.jpg);
	color:#AFBCBE !important;
}
#login a, #logout a {
	color: #AFBCBE;
	border-bottom: 1px dashed #AFBCBE;
}
#login h1, #logout span {
	color:#AFBCBE;
}
#login table td {
	color: #AFBCBE;
}
#login .bgUsername {
	background-image:url(/img/skin1/bgLoginUsername.gif);
}
#login .bgPassword {
	background-image:url(/img/skin1/bgLoginPassword.gif);
}