#top a:hover { 
color: #fff;
text-decoration: underline;
}

#coupler {
height : 300px;
margin : 0;
background:transparent;
}
#left_coupler {
float : left;
width : 400px;
margin : 0;
background:transparent;
}
#right_coupler {
float : right;
width : 400px;
margin : 0;
background:transparent;
}

#whole_page {
	position:relative;
	width:1200px;
	height:1000px;
	margin-left: auto;
	margin-right: auto;
}

#static_design_box {
	position:absolute;
	top: 250px;
	left: 10px;

	width:1180px;
	height:500px;
}

#static_design_box_image_area {
	position:absolute;
	top: 100px;;
	left: 0px;

	width:400px;
	height:400px;
}
#static_design_box_text_area {
	position:absolute;
	top: 100px;
	left: 500px;

	width:500px;
	height:400px;
}

#static_design_finish_1 {
	position:absolute;
	top: 230px;
	left: 0px;

	width:50px;
	height:50px;
}
#static_design_finish_2 {
	position:absolute;
	top: 230px;
	left: 100px;

	width:50px;
	height:50px;
}

#dynamic_designs_box {
	position:absolute;
	top: 400px;
	left: 10px;

	width:1180px;
	height:450px;
}
#dynamic_designs_box_image_area {
	position:absolute;
	top: 100px;;
	left: 50px;

	width:400px;
	height:400px;
}
#dynamic_designs_box_text_area {
	position:absolute;
	top: 100px;
	left: 500px;

	width:500px;
	height:400px;
}
#copyright {
	position:absolute;
	top: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	left: 80px;
}
