/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| HTML & GLOBAL ||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body {
	background-image: url(../images/background-pop.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	text-align: center;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

table {
	font-size: 11px;
}

p {
	padding: 5px;
}