/* 
	Title:InDe’Centrix Music Group
	Date:10.01.11
========================================*/
body{
	text-align:center;
	font-size:11px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color:#f2f2f2;
	background:#0f0f0f;
}
*{
	margin:0;
	padding:0;
	outline-width:0;
}
a{
	text-decoration:none;
	color:#f2f2f2;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
ul,li,ol{
	list-style:none;
}
/* page structure =======================
--------- wrapper starts ------------- */
.wrapper{
	width:630px;
	margin:0 auto;
	padding-bottom:143px;
	background:url(../images/bg.jpg) no-repeat center 207px;
}
/* --------- header starts ---------- */
.header{
	height:258px;
	width:630px;
	overflow:hidden;
}
.header h1{
	margin:21px auto 0;
}
/* --------- mainBody starts ---------- */
.mainBody{
	width:630px;
	overflow:hidden;	
}
/* --------- contentArea starts ------- */
.contentArea{
	padding:0 0 0 34px;
	width:522px;
	min-height:238px;
	float:left;
	letter-spacing:.7px;
}
* html .contentArea {
	height:238px;
}
.contentArea h2{	
	margin-bottom:7px;
}
.contentArea p{
	line-height:20px;
	font-size:11px;
	color:#bdbdbd;
}
.contentArea p strong{	
	display:block;
}
.contentArea p strong a{
	color:#d7d7d7;
}
/* --------- socialLinks starts ----- */
.socialLinks{	
	clear:both;
	margin:0 0 0 171px;
	height:87px;
	overflow:hidden
}
.socialLinks li {
	float:left;
	padding:0 9px;
}
.socialLinks li a{
	float:left;
}
/* --------- footer starts ---------- */
.footer p{
	text-align:center;
	margin:0 auto;	
	width:444px;
}
.footer p strong{
	width:444px;	
	color:#f0f0f0;
	font-size:11px;
	margin:0 auto;
}
.footer span{
	line-height:16px;
	display:block;
	font-size:11px;
	margin-top:9px;
	border-top:1px solid #2c2c2c;
	padding-top:5px;
	color:#bdbdbd;
}