/***** Global Settings *****/
html {
	overflow-y: scroll; /* This line is used to always show the scroll bar in firefox */
} 

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	margin:0 auto;
  	text-align:center;
	background: #343539 url('../images/main_bg.jpg') fixed center; 
	background-repeat: repeat-y;
}
 
/***** Common Formatting *****/
p{
	margin:0;
	padding:0 0 18px 0;
}

/* 
ul, ol {
	margin:0;
	padding:0 0 18px 0;
	list-style: none;
	padding:0;
}
*/
img {
	border: 0;
}

table, tbody, tr, td, th {
	border-collapse: collapse;
	color: #000;
}


/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}





