@charset "UTF-8";
@import url("styles.css");
/* CSS Document */

a { text-decoration:none; color:#000000; }
a:hover {color:#e16224;}
a, a:hover, a:link {outline:none; border:none;}


body {
/*	overflow: hidden; */
 	margin:0px;
	padding:0px;
	background:url('../img/bg.jpg');
	background-attachment:fixed;
	font:12px Georgia, Serif;
	
}

#wrapper{
	margin:0 auto;
	width:600px;
}


.bg {
	width: 150%;
	position: absolute;
	top: 0;
	left: 0;
}

#fix {
	position:fixed;
	bottom:0px;
}
#laura{
	width:293px;
	height:524px;
	padding:0px;
	background: url('../img/laura.png');
	float:right;	
	background-repeat:no-repeat;
	margin: 0 0 0 40px;
	
}

.name {font-size:16px; letter-spacing:1.5px;}

#logo{
	
	margin:260px 30px 0 0;
	width:230px;
	height:140px;
	background: url('../img/Logo2.png');
	background-repeat:no-repeat;
}


#links {
	float:left;
    margin: 200px 0 0 0;
    text-align: center;
	line-height:50%;
    width: 230px; 

}





