body {
margin: 0;
padding: 0;
background-image: url(background_main.jpg);
background-position: center center;
background-repeat: no-repeat;
background-color: #000000;
/* This next one is for IE6 */
background-attachment: fixed;
}

/* css background resize */

img#expando {
padding: 0;
margin: 0;
position: absolute;
display: none;
z-index: 1;
-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,
.tall img#expando {
display: block;
}
 
.wide img#expando {
width: 100%;
height: auto;
top
}
 
.tall img#expando {
width: auto;
height: 100%;
}
 
.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}

/* eof */


a:link {color:#ffffff; text-decoration: none;}      
a:visited {color:#ffffff;text-decoration: none;} 
a:hover {color:#992222;text-decoration: none;}  
a:active {color:#ffffff;text-decoration: none;}  

#marta
{
	position: absolute;
	top:0px;
	left: 45px;
}

#photoshop
{
	position: absolute;
	bottom: 10px;
	left: 40px;
}

#menu
{
	width: 175px;
	height: 180px;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
	padding-left: 20px;
	padding-top: 13px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	right: 90px;
	background-image: url(bg_menu.png);
	background-repeat: no-repeat;
}

#langswitcher
{
	width: 75px;
	height: 15px;
	font-family:"Times New Roman", Times, serif;
	padding: 5px 20px;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 1px;
	color: #ffffff;
	position: absolute;
	top: 0px;
	right: 160px;
	background-color: #000000;
}

#page 
{
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	position: absolute;
	top: 180px;
	left: 290px;
	right: 110px;
	bottom: 280px;
	background-color: #000000;
	overflow: auto;
	
}

#copyright
{
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size: 8px;
	letter-spacing: 1px;
	color: #888888;
	position: absolute;
	width: 175px;
	bottom: 5px;
	right: 90px;
	text-align: left;
}

a.phototools {
	display: block;
	width: 175px;
	height: 76px;
	text-decoration: none;
	background: url("photoshoptools.png");
	}

a.phototools:hover {
	background-position: -175px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}


