@charset "utf-8";

/* CSS Document */

body,
html { height:100%; }

body
{
	color:#c6d100;
	background-color:#481d29;
	/*background-image:url(/pics/home.png);*/
	background-position:center center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


div.cv h1
{
color:#c6d100; 
text-transform:uppercase; 
font-size:24px; 
line-height:24px; 
font-weight:100;
margin:0;
padding:0;
margin-bottom:24px;
}

div.cv h2
{
text-transform:uppercase; 
font-size:14px; 
font-weight:900;
color:#FFFFFF;
margin-top:15px;
margin-bottom:0;
}

div.cv h3
{
text-transform:uppercase; 
font-size:12px; 
font-weight:100;
color:#FFFFFF;
margin:0;
margin-bottom:15px;
}

div.cv p
{
color:#FFF; 
font-size:12px;
}



div.menuBook {
position:absolute; top:200px; right:0; 
}

div.menuBook img  {
width:150px;
height:112px;
cursor:pointer;
margin-right:5px;
}

div.menuBook img:hover {
background:#000; /*#c6d100;*/
}


.menuVert1,.menuVert2,.menuVert3,.menuVert4, .menuVert5 {
position:absolute; right:0px; width:117px;background:none; 
}

.menuVert1 {
top:250px; 
}
.menuVert2 {
top:340px; 
}
.menuVert3 {
top:430px; 
}
.menuVert4 {
top:520px; 
}
.menuVert5 {
top:610px; 
}
