/* CSS Document - Created and Development by ENDI WIJAYA - endiwijaya@gmail.com */

body {
	margin:0px;
	width: 100%;
	background-color:#000000;
}
.welcome-screen {
	background-image:url(images/intro.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
.left-top-logo {
	background-image:url(images/butcher-logo-with-shadow.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
td, textarea, input, select {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	font-weight: normal;
}
a:link {
	color: black;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: black;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	color: #346CFF;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}