@font-face { font-family: Mani; src: url('../fonts/manicuore.otf'); } 

body 
{
	background-color:#29363B;
	background-repeat:no-repeat;
	width:100%;
    background-position=left center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: no-repeat;

}
.oneColElsCtr #container 
{
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 60px;
	border: 1px;
	color:Black;
    font-family:Mani;
	font-size: 37px;
	width:40%;
}

#copy
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    color:White;
    font-size:16px;
    clear:both;
    top:30px;
    padding-top:50px;
}

#heading
{
	font-size: 1.6em;
}

a:-webkit-any-link 
{
    color:white;
}