body, html {
	min-height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background-color: black;
	font-size: 11pt;
	color: white;
	font-family: Trebuchet MS, Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif; 
}
 img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 0px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
}

@media screen and (max-width: 640px){
	img.bg {
		left: 50%;
		margin-left: -320px;
		z-index: 2;}
}

 img.oldbg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 0px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}

@media screen and (max-width: 640px){
	img.oldbg {
		left: 50%;
		margin-left: -320px; 
		z-index: 1;}
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: white;
}


p {
	line-height: 14pt;

}

.clear {
	clear: both;
}

.links li {
	float: left;
	margin-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 6px;
	padding-top: 4px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	border-radius: 10px; -o-border-radius: 10px; -icab-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	border: 1px solid #111;
}

.links li:hover {
	background-color: black;
}

.links li a {
	font-size: 13pt;
	letter-spacing: -1px;
	font-weight: lighter;
	text-decoration: none;
	color: #CCC;
}

.links li a:hover {
	color: white;
}

#container_intro, #container_home, #container_wushu, #container_contact {
	position: absolute;
	left: 4000px;
	padding-top: 20px;
}

.content {
	width: 905px;
	height: auto;
	min-height: 400px;
	margin: auto;
	position: relative; z-index: 4;	
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	padding: 30px;
	padding-top: 12px;
	border-radius: 20px; -o-border-radius: 20px; -icab-border-radius: 20px; -khtml-border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
	border: 1px solid #333;
}

.none {
	display: none;
}

#background {
	width: 100%;
	min-height: 100%;
	position: fixed; z-index: 3;	
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	display: none;
}

.view_image {
	height: 100px;
}

.image {
	border: 1px solid #333;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	border-radius: 5px; -o-border-radius: 5px; -icab-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 1px;
}

#contact1, #contact2, #contact3 {
	display: none;
}


form input {
	border:1px solid #333;
	padding-left:3pt;
	padding-right:3pt;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 12px;
	width:336px;
	margin-top: 8px;
	margin-right: 10px;
	color: #afafaf;
	background: transparent;
	background-image: url(../images/bg.png);
	font-size: 9pt;
	background-position: center -30px;
	border-radius: 5px; -o-border-radius: 5px; -icab-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-repeat: no-repeat;
}

form textarea {
	width:336px;
	height:150px;
	margin-top: 8px;
	margin-bottom: 12px;
	border:1px solid #333;
	padding: 3pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #afafaf;
	background: transparent;
	background-image: url(../images/bg.png);
	border-radius: 5px; -o-border-radius: 5px; -icab-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-repeat: no-repeat;
}

form #button {
	cursor:pointer;
	width:80px;
	text-align: center;
	background-color: black;
	background: transparent;
	background-image: url(../images/bg.png);
	background-position: center -30px;
	border: 1px solid #333;
	color: #afafaf;
	border-radius: 5px; -o-border-radius: 5px; -icab-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-repeat: no-repeat;
}