hr {
    color: black;
    background-color: black;
}

#otherSetBox a img {
    border: 0px;
 	opacity:0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first!
	filter: alpha(opacity=70);     
}

#otherSetBox a img:hover {
 	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);
}


#otherSetLink {
    position: fixed;
    bottom: 29px;
    right: 15px;
    font-size: 20px;
    color: #444444;
	cursor: pointer;
	cursor: hand;
	width: 100%;   
	text-align: right;
}

#otherSetLink:hover {
    color: white;
    text-decoration: underline;
}

#otherSetBox {
    z-index: 10;
    position: fixed;
    bottom: 53px;
    left: 0px;
    width: 100%;
    background-color: rgb(15,15,15);
    background-color: rgba(0,0,0,0.8);
    display: none;
}

#aboutBox {
    z-index: 10;
    position: fixed;
    top: 50px;
    right: 5px;
    width: 500px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.8);
    display: none;
    border: 10px black solid;
    border-top: 0px none;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    padding: 30px;
    padding-top: 10px;
}

#aboutBox a {
	color: #0000bb; 
}

#aboutBox p {
    text-align: justify;
}

#otherSetBox img {
    margin-left: 40px;
    padding: 10px;    
    background-color: black;
}

#rightArrow {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	cursor: pointer;
	cursor: hand;
}

#leftArrow {
    display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	cursor: pointer;
	cursor: hand;
}

.linkCell {
    width: 200px;
    font-size: 200%;
}

.photo {
    padding-right: 10px;
}

#signature {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 6;
	font-size: 30px;
	
}

#signature a {
	font-size: 30px;
	color: white;    
	text-decoration: none;	
}

#signature a:hover {
    text-decoration: underline;
}

#frame {
	width: 897px;
	height: 600px;
}

body {
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: georgia,serif;
	background-color: black;
}

img {
	margin: 0px;
	padding: 0px;
}

#closeAboutBox {
    visibility: visible;
    color: blue;
    text-decoration: underline;
    font-size: 18px;
    position: relative;
    top: 15px;
}
