/*
	Makes use of Alternate Box Model Hacks as described by Edwardson Tan:
	http://www.info.com.ph/~etan/w3pantheon/style/abmh.html

	Makes use of Phark Revisited image replacement as described by Dave Shea:
	http://www.mezzoblue.com/tests/revised-image-replacement/

	Tested and 100% compatible with:
	Internet Explorer 5.01+ (Win)
	Firefox 0.9.3 (Win)
	Opera 7.5.3 (Win)
	Safari 1.2.3 (Mac)
	Netscape 7.1 (Mac)

	Very minor issue found with:
	Internet Explorer 5.2.3 (Mac)

*/
body {
		height: 100%;
		margin: 0 auto 0 auto;
		padding: 0;
		background-color: #000000;
		color:#181818;
		text-align:center;
	}

/* Container Styles */
#container {
	position: relative;
	background:#fff ;
	width: 800px;
	float:center;
	border: 0x; 
	color: #000000;
	margin: auto auto auto auto;	
	text-align: left; /* For IE, see above */
	}
a:link, a:visited {
	color: #fff;
	background: #CC006B;
	}

a:hover, a:active {
	color: #fff;
	background: #CC006B;
	}