#body{
	margin:0px auto;
	width:980px;
	height:745px;
	background:url(../img/background_crp.jpg) no-repeat;
}

#topLft {
	position:absolute;
	float:left;
	top:1px;
	height:182px;
	width:770px;
	z-index: 0;
}

#topRt_Flags{
	position:relative;
	float:right;
	top:2px;
	height:182px;
	width:210px;
	/*for debug*/
	/* background:green; */
}

#content{
	height:435px;
	left:318px;
 	top:-465px; 
	width:550px;
	z-index: 0;
	/*for debug*/
	/*background:green;*/
}

#laptopImage{
	height:140px;
	left:246px;
	top:-525px;
	width:192px;
	/*top:-160px;
	left:260px;
	width:100px;
	height:100px;
	for debug*/
	background:url(../img/laptopLink.gif) no-repeat top left;
}

#laptopLink{
	cursor:pointer;
	width:110px;
	height:95px;
	top:5px;
	left:15px;
}

#albumImage{
	height:100px;
	left:810px;
	top:-640px;
	width:132px;
	background: url(../img/albumLink.gif) no-repeat top left;
	/*border:1px solid purple;*/
}

#albumLink{
	cursor:pointer;
	width:90px;
	height:90px;
	top:5px;
	left:15px;
}

#newsLink{
	cursor:pointer;
	height:50px;
	left:540px;
	top:-665px;
	width:160px;
}

#leftNav{
	top:50px;
	left: 60px;
	/*border:1px solid yellow;*/
	width:150px;
	height:655px;
	overflow:hidden;
}

#logoLink{
	top: 10px;
	height:180px;
	cursor: pointer;
	z-index: 1;
}

#button1{
	top: 70px;

}

#button2{
	top: 80px;
}

#button3{
	top: 95px;
}

#button4{
	top: 120px;
}

#button5{
	top: 140px;
}

#button6{
	top: 155px;

}

.leftButton{
	cursor:pointer;

	width: 150px;
	height: 50px;
	/*for debug*/
	/*border:1px solid blue;*/
}

.relative{
	position:relative;
}