* {
margin: 0;
padding: 0;
}

body {
background-color: #333333;
text-align: center;
font-family: Arial, Times New Roman, Times, serif;
font-size: 1em;
}

/* DIVS */

#container {
background-color: #333333;
text-align: left;
width: 900px;
margin: 0 auto;
}

#main {
width: 900px;
height: 600px;
z-index: 0;
}

#footer {
text-align: center;
width: 900px;
height: 50px;
font-size: 70%;
color: #ff9900;
z-index: 200;
}

#browsertext {
	margin: 0 auto;
	width: auto;
	height: 0;
	font-size: 0%;
	color: #333333;
}

.firefox {
	padding-top: 2px;
	margin-bottom: -3px;
	margin-left: 2px;
	margin-right: 2px;
}