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

body {
	background-color: #ffffff;
	color: #242424;
	font-family: Lucida Grande,Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	margin:0px; 
	}

a:active  {
    color: #e54045;
	text-decoration:underline;
	}

a:link {
	color: #000000;
	text-decoration: none;
	}

a:visited {
 	color: #000000;
	text-decoration: none;
	}

a:hover {
	color:#e54045;
	text-decoration:underline;
	}
	
#content {
	background-image: url(assets/images/img0001.jpg);
	background-repeat: no-repeat;
	width: 640px;
	text-align: center;
	padding-top: 540px;
	padding-bottom: 128px;
	font-weight: bold;
	}
