html, body {
	margin: 				0px;
	padding: 				0px;
	background-color:		#000000;	
	width:					100%;
	height:					100%;
}

td, html, body {
	font-family:			Verdana, Geneva, Kalimati, sans-serif;
	font-size:				13px;	
	color:					#000000;
}

body {
	background-image:		url( assets/background.jpg );
	background-position:	top center;
	background-repeat:		no-repeat;
}

a {
	color:					#000000;
}

h1 {
	color:					#FFFFFF;
	font-size:				18px;
	font-weight:			normal;
	padding-left:			50px;
	margin:					0px;
}

#content, #content TD, #content DIV {
	background-position: 	top left;
	background-repeat:		no-repeat;
	padding-top:			17px;
	padding-right:			17px;
	text-align:				justify;
	font-size:				12px;
	font-family:			"Trebuchet MS", Helvetica, Jamrul, sans-serif;
}

#content TD, #content DIV {
	padding: 				0;
	margin:					0; 
}

#footer {
	color:					#FFFFFF;
	font-size:				10px;
	padding:				4px;
	text-align:				center;	
}

#footer A {
	color:					#FFFFFF;
	text-decoration:		none;
}

#footer A:hover {
	color:					#FFFFFF;
	text-decoration:		underline;
}

.image {
	border:					2px solid #FFFFFF;
}

.pix {
	padding-left:			10px;
	padding-right:			10px;
	display:				block;
}	