@charset "UTF-8";
/* CSS Document */

* { 
	font-family: sans-serif;
	color: #444;
}

#content p {
	size: 12px;
	line-height: 18px;
	padding-bottom: 6px;
}

#content h1 {
	text-align: right;
	size: 14px;
	color: red;
	padding-bottom: 6px;
}

#logo {
	width: 36px;
	height: 50px;
	position: fixed;
	z-index: 8;
	left: 10px;
	bottom: 10px;
}

#contact {
	text-align: right;
	bottom: 10px;
	right: 10px;
	position: fixed;
	z-index: 8;
	color: white;
	font-size: 12px;
	background-image: url(../assets/bg_b.png);
	
}

#caption {
	position: fixed;
	z-index: 8;
	right: 10px;
	top: 10px;
	text-align: right;
	height: 14px;
	background-image: url(../assets/bg_b.png);
	
}

#words {
	visibility: hidden;
	z-index: 0;
}

#words p {
	color: #FFF;
	font-size: 1px;
}
