@import url("iframe.css");
body {
	width: 700px;
	height: 100%;
	position: absolute;
	margin: 0px;
	left: 15%;
	background-color: #000000;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text1 {
	 position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 700px;
    border-width: 1px;
	 border-top: 0px;
	 border-left: 0px;
	 border-right: 0px;
    border-bottom: 1px;
	 border-color: rgb(255,255,255);
    border-style: solid;
    background-image: url(pict/top_pict_b.jpg); 
    overflow: hidden;
}

.text2 {
	 position: absolute;
    top: 102px;
    left: 0px;
    height: 16px;
    width: 700px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing:  0em;
    line-height: 100%;
    text-align: center;
	 border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-color: rgb(255,255,255);
    border-style: solid;
    overflow: hidden;
	 word-spacing: 50px;
}

a:link {
	color: white;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: white;
}

.text3 {position: absolute;
    top: 130px;
    left: 5px;
    height: 220px;
    width: 100px;
    line-height: 120%;
    text-align: center;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: rgb(255,255,255);
    border-style: solid;
    overflow: hidden;
}
.text3 a {
	display: block;
	font-size: 12px;
	color: White;
	margin-top: 8px;
}

.text4 {
	 position: absolute;
    top: 130px;
    left: 110px;
    height: 450px;
    width: 585px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: rgb(255,255,255);
    border-style: solid;
    overflow: hidden;
	 margin: 0px;
}

.text5 {
	 position: absolute;
    top: 356px;
    left: 5px;
    height: 60px;
    width: 100px;
    text-align: center;
    border: 0px;
    border-color: rgb(255,255,255);
    border-style: solid;
    overflow: hidden;
}
.text5 image{
	border: 0px;
}




