#mainBox{
	margin-left:auto ;
	margin-right:auto ;
	width:700px;
	height:521px;
/*	background-image:url(../img/areaBg.png)*/
	background-color:#fafafa;
}
#contents{
	opacity: 1;
	text-align:left;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	opacity:0;
}

#contents ul{
	list-style:none;
}
#contents li{
	margin-bottom:10px;
}
#title{
	margin-bottom:30px;
}

.titleLine{
	clear:both;
	width:600px;
    border: 0 none; 
    height: 2px; 
    color: #191919;
    background-color: #191919;
	margin-bottom:10px;
}

h2 {
	float:left;
	font-size:11px;
	font-weight:normal;
	padding-top:3px;
}

.shareArea{
	float:right;
	width:316px;
    height: 23px; 
}
.shareFacebook{
	float:left;
	width:154px;
    height: 23px; 
}
.shareTwitter{
	margin-left:8px;
	width:154px;
	float:right;
    height: 23px; 
}

.myTrack{
	clear:both;
	margin-bottom:30px;
}

#nextBtn{
	position:relative;
	top:310px;
	left:766px;
	width:25px;
	height:0px;
}
#backBtn{
	position:relative;
	top:310px;
	left:15px;
	width:25px;
	height:0px;
}