*{
	margin:0px;
	padding:0px;
}

body{
background-color:#000000;
color:#ffffff;
text-align:center;
font-family:"Calibri";
}

a{
text-decoration:none;
color:#c10202;
}

#container{
position:absolute;
left:50%;
margin-left:-489px;
width:978px;
height:750px;
z-index:1;
/* background-image:url("../img/rose.png"); */
background-repeat:no-repeat;
}

img{
	border:none;
}


	
