/*	=================================
 	title: /OzArtist/css/common.css
	author: rohan nowell
	date: 1/11/2008
	================================= */
* {
	margin: 0px;
	padding: 0px;
}
*.accessibility {
	display: none;
}
body {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.pink_copy {
	color: #e8098c;
}

/*	==============
 	MAIN CONTAINER
	============== */
#OzArtist_Container {
	width: 750px;
	background: #e9dcc7 url(../images/common/background.jpg) repeat-y;
}
/*	================
 	HEADER CONTAINER
	================ */
#OzArtist_Header {
	
}


/*	========================
 	GLOBALS SETTINGS & FIXES
	======================== */
.clear {
	clear: both;
}