body {margin:7px;}

#wrapper {
width:980px;
height:594px;
background-image:url(pictures/example4.jpg);
background-repeat:no-repeat;
border:1px solid red;
text-align:left;
}
#right {position:relative;left:10px;top:30px;float:left;width:180px;height:330px;border:1px solid yellow;}
#up {
	width: 780px;
	height:130px;
	text-align:left;
}

#menu {
	width: 290px;
	
	height:350px;
	text-align:left;
	float:left;
	}

#center {
	width: 490px;
	
	height:350px;
	text-align:left;
	float:left;
	}

#gallery {
	width: 780px;
	
	height:110px;
	text-align:left;
	}
/*#jj { 
	position:relative;
	top:10px;
	left:10px;
	font-size:16px;
	color: red;
	font-weight:bold;
	background-color: #000000;
	visibility: hidden;
	height:90px;
	width:760px;
	border:2px solid silver;
	}
	*/
#animation {
	position:relative;
	top:130px;
	left:-320px;
}


