/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body  {
	border: 0;
	color:#000000;
	text-decoration:none;
	background-color: #000000;
/*	outline:none;*/
background-image:url(images/Gaultier-home.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right;
	height: 752px;
	width:469px;
}


div#container {
	margin:5%;
	width: 1000px;
	height:1000px;
}

div#left {
	width: 50%;
	height: 100%;
	left: 3%;
	top: 20%;
	position:absolute;
	color:#FFFFFF;
	font-family: 'Josefin Sans', sans-serif;
	font-size:28px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 32px;
	
}

div#left p {padding-bottom:40px;
margin-left:-50px;
margin-top:10px;}

div#right1 {
	right: -45px;
	position:fixed;
	color:#FFFFFF;
	top: 700px;
	font-family: 'Josefin Sans', sans-serif;
	font-size:16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 22px;
	padding:20px;
	text-transform:uppercase;
	top:80%;
	width: 200px;
}

#nav {
background-color: #808000;
font-size:26px;
font-style:normal;
font-weight: 700;
letter-spacing: 1px;
line-height: 32px;
padding:20px;
position:fixed;
text-transform:uppercase;
top:20%;
width: 200px;
}



 a {
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

a img {
	border:none;
}
a:hover  {
	border:none;
	text-decoration:underline;
	color: #4EBFA1;
}