@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color: #181818;
	font-size:14px;
}

a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: none;
	color: #888888;
}
a:active {
	text-decoration: none;
	color: #888888;
}

.left_text {
	position: absolute;
	left: 112px;
	top: 200px;
}
a.left_textlink:link {
	text-decoration: none;
	color:#000000;
	}
a.left_textlink:visited {
	text-decoration: none;
	color:#000000;
	}
a.left_textlink:hover {
	text-decoration: none;
	color:#888888;
	}




.right_text {
	position: absolute;
	left: 221px;
	top: 201px;
	color: #FFFFFF;
}

a.right_textlink:link {
	text-decoration: none;
	color:#FFFFFF;
	}
a.right_textlink:visited {
	text-decoration: none;
	color:#FFFFFF;
	}
a.right_textlink:hover {
	text-decoration: none;
	color:#888888;
	}



.all {
	margin:auto;
	width:1000px;
	height:600px;
	position:relative;
	background-image: url(../images/bg_start.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666666;
}

.all_usa {
	margin:auto;
	width:1000px;
	height:600px;
	position:relative;
	
}
.left {
	position: absolute;
	float: left;
	width: 500px;
	height: 600px;
}

.right {
	position: absolute;
	height: 600px;
	width: 500px;
	left: 500px;
	}
