body  {
	font: .9em "omnes-pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #6e6b6a;
	height: 100%;
	line-height:2.3em;
	letter-spacing: .125em;
	text-align:center;


	

}

html { 
	background: url(images/bg_potrait_rays.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1  {
	font: 1.4em;
	

}

.strong  {
	font-weight: bold;
	

}

a
{
  outline: none;
}

a.email:link {font-weight: normal; color: #1e1921; text-decoration: none; padding:5px; background-color:#fff;}
a.email:hover {font-weight: normal; color: #50C9F1; text-decoration: none; background-color:#333; padding:5px;}
a.email:visited {font-weight: normal; color: #FFFFFF; text-decoration: none; padding:5px; background-color:#000;}

a:link, a:visited, a:link {
     
     color: #026b9b;
     font-style: normal;
     font-weight: normal;
     padding: 5px;
     text-decoration: underline;
}

a:hover {
     
     color: #616465;
     font-style: normal;
     font-weight: normal;
     padding: 5px;
     text-decoration: none;
}

div.button {
     border: 1px solid #000000;
     display: inline-block;
     margin: 0pt;
     padding: 4px 4px 6px 6px;
}

div.button a {
     color: #616465;
     font-style: normal;
     font-weight: 600;
     text-decoration: none;
}

div.button a:hover {
    
     color: #000000;
     font-style: normal;
     font-weight: 600;
     text-decoration: none;
}

a.button:link, a.button:visited, a.button:link {
     color: #616465;
     font-style: normal;
     font-weight: normal;
     padding: 5px;
     text-decoration: none;
}

a.button:hover {
     color: #000000;
     font-style: normal;
     font-weight: normal;
     padding: 5px;
     text-decoration: none;
}

#mac {
     background: -moz-linear-gradient(center top , #8CC0F6, #CFE4FA) repeat scroll 0pt 0pt transparent;
     border-radius: 16px 16px 16px 16px;
     height: 20px;
}

#gmail {
     background: -moz-linear-gradient(center top , #BBBBBB, #CCCCCC) repeat scroll 0pt 0pt transparent;
	   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
     border-radius: 4px 4px 4px 4px;
     border: 1px solid #BBBBBB;
     color: #555555;
     font-size: 0.8em;
     line-height: 0.9em;
     margin: 0pt;
     text-transform: uppercase;
}

#slideshow, img.bgM {
        min-height: 100%;
        min-width: 1024px;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index:-9999;
}

.separator {
	width:100%;
	 border-top: 1px dotted #333;
	margin:20px 0;
	display:inline-block;

}