/* CSS Document */

body {
	background-color: #FF0000;
	background-image:url(images/bg/bg-cloud-001.jpg);
	background-attachment:fixed;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

.lang_splash {
	font-size:20px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.lang_top {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}

.title {
	font-size:24px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.sub_title {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.content {
	font-size:12px;
	color:#000000;
	text-align:left;
}

.photo {
	border-width:thin;
	border-color:#000000;
	border-style:solid;
}

.menu {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.copyright {
	font-size:10px;
	color:#000000;
	text-align:center;
}

.tag {
	font-size:10px;
	color:#000000;
	text-align:center;
}

a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.splash_logo_table {
	background-image:url(images/logo-001.jpg);
	background-repeat:no-repeat;
}