@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

#margins {
	margin:20px;
	height:100%;
}

#page {
	padding:20px;
	z-index:100;
}

h1 {
	font-size:20px;
	padding:10px 0 20px;
}

#content { margin-top: 30px; }

#content div {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 30px;
  padding: 40px 0 0 0;
}

.photo a {
  color:#a52001;
  text-decoration: none;
}

.photo a:hover {
  color:#000;
}

.web {
  color:#406a18;
}

.me {
  color:#859c1a;
}

#top_right {
	position:absolute;
	top:0px;
	right:0px;
	width:220px;
	height:220px;
}

#bottom_left {
	position:absolute;
	padding:40px;
	bottom:0px;
	left:0px;
	width:auto;
	height:auto;
}

#bottom_right {
	position:absolute;
	padding:40px;
	text-align:right;
	vertical-align:bottom;
	bottom:0px;
	right:0px;
	width:428px;
	height:150px;
	background:url(../images/button_linie.jpg) 53px 53px no-repeat;
	z-index:1;
}
