body {
		behavior:url("htc/csshover.htc");
		text-align: center;
		background-color: #23235A;
		margin-top: 0px;
		font-size: 18px;
		font-weight: bold;
		}

#container {
		width: 680px;
		position: relative;
		text-align: justify;
		margin: 0 auto;
		font-family: VinerHandITC, 'Monotype Corvisa', Garamond, sans-serif;
		}

#image {
		width: 194px;
		height: 393px;
		background: transparent url("../img/tatiana.jpg") no-repeat top left;
		float: left;
		padding-right: 10px;
		}

#menu {
		position: absolute;
		right: 50px;
		padding-bottom: 40px;
		}

#menu ul {
		list-style-type: none;
		}

#menu ul li {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		}

#menu ul li a {
		color: #7191FD;
		text-decoration: none;
		}

#menu ul li a:hover {
		color: #96ADEB;
		text-decoration: underline;
		}

#menu ul li span {
		color: #96ADEB;
		}

#title {
		padding-right: 50px;
		background: transparent url("../img/artist_title.jpg") no-repeat top left;
		width: 197px;
		height: 45px;
		position: absolute;
		right: 110px;
		top: 60px;
		}

#title span {
		display: none;
		}

#content, #content a {
		padding: 70px 50px 50px 50px;
		color: #7191FD;
		}

#container > #content {
		padding-top : 120px;
		}

#footer span {
		display: none;
		}

#extra1 {
		border: 1px solid #627DE7;
		position: absolute;
		top: 40px;
		left: 40px;
		bottom: 40px;
		right: 40px;
		}

