@charset "UTF-8";
/* CSS Document */

body {
	background-image:url('images/puddin_site_bg.jpg');	
	background-color: #ff00cc;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-top: 40px;
	font-family: 'Gudea', sans-serif;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

a:active, a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: 700;
}

#mastcontainer {
	width: 1000px;
	margin: 0 auto;
}

#mastprimary {
	float: left;
	width: 600px;
}
#mastsecondary {
	float: right;
	width: 400px;
	margin-top: 105px;
}

#contentcontainer {
	width: 1000px;
	margin: 0 auto;
}

#contentprimary {
	float: left;
	width: 500px;
	margin-top:450px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0 2px 2px #333;
}

#contentsecondary {
	float: right;
	width: 500px;
}

#mc_embed_signup {
	background-image: url(images/transparent_gray_bg.png); 
	font:16px 'Gudea', sans-serif; 
	color: #fff;
	width: 500px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -90px;
}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:5px; min-height:40px;}

#mc_embed_signup .asterisk {color:#ff00cc; font-size:200%;}

#mc_embed_signup .button {clear:both; background-color: transparent; background-image:url(images/submitbutton.png); border: 0 none; border-radius:0px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: 174px; height: 49px; margin-right: 15px; }

.footer {
	clear:both;
	text-align: center;
	padding: 50px 0px 30px 0px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}

#flashContent { width:100%; height:100%; }

#audiocontainer {
	background-image:url(images/audioplayer_bg.png);
	background-repeat:no-repeat;
	height: 100px;
	width: 350px;
	overflow: hidden;
	margin-left: 50px;
	padding-top: 12px;
}

#audiotext {
	margin-bottom: 10px;
}