/* BASE ELEMENTS */

html, div, p, h1, h2, h3, h4, ul, li, img, input, span, textarea, select, form {
	margin: 0;
	padding: 0;
	border: 0;
}

h4 {
	padding-left: 18px;
	
}


body, input {
	color: white;
	font-family: tahoma, arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	color: black;
}

body {
	background: #000 url(../images/saintz_mal_grey.jpg) no-repeat top center;
}

a, a:active, a:visited {
	color: #888;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #fff;
}
