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

body 
{
	background-color:black;
	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-top:auto;
	width: 1100px;
	height: 700px;
	margin: 60px auto 80px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:Black;
    font-family:Mani;
	font-size: 37px;
	background-image:url('../images/bkg.gif');
}

.oneColElsCtr #text 
{
    float:right;
    text-align:left;
    margin-top:20px;
    margin-right:100px;
    width:53%;
}

#copy
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    color:White;
    font-size:16px;
    clear:both;
    top:100px;
    padding-top:105px;
}
a:-webkit-any-link 
{
    color:#6f002f;
}