@charset "utf-8";
/* CSS Document */
/* CSS reset
-------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {white-space: normal;font-size: 1em;font: inherit;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
abbr,acronym {border:0;}
ol, ul {list-style: none;}
em {font-style: italic;}
strong {font-weight: bold;}
/*.............................................................................................................................*/

*	{
	position:relative;
	margin:0% auto;
	padding:0%;
	width:100%;
	height:100%;
	}

*:hover	{
		cursor:pointer;	
		cursor:hand;
		}
		
element 	{
		cursor:pointer;
		cursor:hand;
		}
		
body	{
	position:relative;
	margin:0% auto;
	padding:0%;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color: #CCC;
		}
			
#main	{
	padding:0%;
	position:relative;
	display:block;
	width:998px;
	height:770px;
	z-index:2;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
		}

#bg		{
		position:relative;
		display:block;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:3;
		}
		
#sofa	{
	position:absolute;
	width:624px;
	height:485px;
	top:86px;
	left:285px;
	z-index:100;
		}
	
#languages	{
	left:387px;
	top:383px;
	position:absolute;
	display:block;
	width:200px;
	height:100px;
	z-index:200;
			}

#languages a	{
				font-family:Verdana, Geneva, sans-serif;
				color:#000;
				font-size:70%;
				text-decoration:none;
				}
				
#languages a:hover	{
					color:#C00;	
					}
