html, body {height: 100%;}

body {
	min-width: 1000px;
    margin: 0;
    padding: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 77%;
	color: #cccccc;
	background-color: #c0c0c0;
	behavior: url(csshover2.htc);
}

form, p, img, ul, ol, h1, h2, h3, h4, h5, h6, input, table, td, th {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: underline;
	color: #797979;
}

a:hover {text-decoration: none;}

#all {
	height: auto;
	_height: 100%;
	min-height: 100%;
	background: #000000 url(../img/siteimage/back_waves.gif);
}

/*top - begin*/
#top {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	text-align: center;
}

#top .logos {
	padding-bottom: 20px;
	font-size: 390%;
	color: #FFFFFF;
}

#top .logos a {
	zoom: 1;
	display: inline-block;
	*display: inline;
	color: #FFFFFF;
}

#logo_design {
	padding-right: 40px;
	background: url(../img/siteimage/arrow_main_left.gif) right 30px no-repeat;
}

#logo_photo {
	padding-left: 40px;
	background: url(../img/siteimage/arrow_main_right.gif) left 30px no-repeat;
}

#logo_me {
	width: 64px;
	height: 64px;
	display: block;
	margin: 0 4px;
	line-height: 64px;
	position: relative;
	top: 10px;
	text-align: center;
	font-size: 135%;
	text-decoration: none;
}

#logo_me:hover {text-decoration: underline;}
