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

body{
	margin:0;
	padding:0;
	background:#F9CCDE url(images/bg-bottom.png) bottom repeat-x fixed;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	}
img{ border:0;}
.clr{ clear:both}
#container{
	width:660px;
	margin:auto;
	background:url(images/bg.jpg) center top no-repeat;
	}
#logo{
	text-align:center;
	padding:8px;
	
	}
#box{
	background:url(images/box.png) no-repeat;
	padding:40px;
	height:133px;
	}
#mc_embed_signup input.email{
	background:url(images/input-bg.png) no-repeat;
	border:none;
	width:426px;
	height:21px;
	float:left;
	margin:0px;
	font-size:14px;
	font-style:italic;
	color:#666;
	}
#mc_embed_signup input.button{
	background:url(images/btn-bg.png) no-repeat;
	width:123px !important;
	min-width:123px;
	height:35px;
	float:right;
	text-transform:uppercase;
	}
.web-link {
    background: url("images/backgro-tra.png") repeat-x scroll 0 0 transparent;
    font-family: arial;
    font-size: 18px;
    height: 28px;
    margin: 110px auto auto;
    text-align: center;
    width: 329px;
	line-height:27px;
	}
.web-link span{
	color:#EC5192;
	}
.web-link a{
	color:#047DB7;
	text-decoration:none;
	}
.web-link a:hover{
	text-decoration:underline;
}