@charset "utf-8";
/* CSS Document */
html {
	background-image:url(../img/html_bg.png);
	background-repeat:repeat;
}
body {
	min-width:1000px;
	min-height:650px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#cascoPlay {
	position: absolute;
	height: 183px;
	width: 227px;
	top:32px;
	right:50%;
	margin-right:-485px;
}
#grandMa {
	position: absolute;
	height: 204px;
	width: 150px;
	right: 50%;
	margin-right:-436px;
	top:304px;
}
#sendLinkMain {
	position: absolute;
	/*
	top:608px;
	*/
	top:458px;
	height: 201px;
	width: 217px;
	right: 50%;
	margin-right:-139px;
}
#playButton {
	position: absolute;
	top: 0px;
	padding-left: 50%;
	margin-left: -555px;
	height: 476px;
	width: 412px;
	z-index:100;
}
#mainWrapper {
	/*
	min-height: 650px;
	*/
	min-height: 600px;
	width: 860px;
	margin: 0px auto -202px;
}

#mainWrapper #topNav {
	display:block;
	width: auto;
	height:19px;
	padding-left:355px;
	padding-top:87px;
}
#mainWrapper #topNav ul li {
	display: block;
	float: left;
}
#mainWrapper #content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #4d3836;
	padding-left:355px;
	width:330px;
	text-align:left;
	background-image:url(../img/line.png);
	background-position:355px 12px;
	background-repeat:no-repeat;
}
#mainWrapper #content p {
	padding-bottom:30px;
}
#mainWrapper #content p a {
	color: #bb6177;
	text-decoration:underline;
}
#mainWrapper #content img {
	padding: 54px 0 23px;
}


#mainWrapper #content p a:hover {
	text-decoration:none;
}
#mainWrapper #topNav ul li a {
	display:block;
	height:19px;
	background-image: url(../img/topNav.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}
#mainWrapper #topNav ul a.about {
	width:132px;
	height:19px;
	background-position:0 0;
}
#mainWrapper #topNav ul li a.about:hover {
	background-position:0 -19px;
}

#mainWrapper #topNav ul a.ringtones {
	width:95px;
	/*
	width:83px;
	*/
	height:19px;
	background-position:-132px 0;
}
#mainWrapper #topNav ul a.ringtones:hover {
		background-position:-132px -19px;
}
#mainWrapper #topNav ul a.contest {
	width:73px;
	height:19px;
	background-position:-227px 0;
}
#mainWrapper #topNav ul a.contest:hover {
		background-position:-227px -19px;
}
#pusher, #footer {
	margin:0 auto;
	width:860px;
	height:202px;
}
#footer {
	padding-top:180px;
}
