@charset "utf-8";
/* CSS Document */

body	{
	padding:0px;
	margin:0px;
	background-image:url(../img/bg_gradient.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}
.main	{
	width:1100px;
	height:auto;
	margin:auto;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-posititon:top;
}
.content	{
	width:854px;
	height:auto;
	margin:auto;
	padding-top:52px;
}
.left_col	{
	width:338px;
	float:left;
	height:100%;
}
.left_col .buySongHere	{
	padding-left:14px;
}
.minishopPreview	{
	background-image:url(../img/Minishop_bg.jpg);
	height:280px;
	padding:17px 19px 20px 19px;
	width:300px;
	font-size:0px;
}
.clean	{
	clear:Both;
}
.right_col	{
	float:right;
	width:482px;
	padding-right:12px;
}
.buySongToday	{
	padding-top:35px;
	margin-left:-7px;
	position:relative;
}
.right_col p	{
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size:18px;
	line-height:24px;
	color:#333333;
}
.buttons	{
	text-align:center;
	margin:Auto;
	padding-bottom:20px;
}
.facebook	{
	background-image:url(../img/see_more_on_facebook.gif);
	width:192px;
	height:43px;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#F60;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	float:left;
	margin-left:40px;
}
.facebook:hover	{
	background-position:bottom;
}
.youtube	{
	background-image:url(../img/see_video_on_youtube.gif);
	width:192px;
	height:43px;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#F60;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	float:right;
	margin-right:40px;
}
.youtube:hover	{
	background-position:bottom;
}
.share	{
	background-image:url(../img/share_minishop.gif);
	width:293px;
	height:43px;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#F60;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	margin:auto;
}
.share:hover	{
	background-position:bottom;
}
.logos	{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
	margin-top:0px;
	padding-top:20px;
	text-align:center;
}
.logos p	{
	font-size:12px;
	font-weight:normal;
	color:#999;
}