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

/* below is the background repeater , it is tied to the body tag, anthign out side fo the body tag this wont apply */
body {
	background-image: url(bg.png);
	background-repeat: repeat;
}
a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; } 
a:hover { color: Crimson; } 

.rounded_corner {

}
.rounded_corner .top {
	height: 18px;
	background-image: url(middletop.png);
	background-repeat: repeat-x;
}
.rounded_corner .top_left {
	height: 18px;
	width: 18px;
	background-image: url(lefttop.png);
	background-repeat: no-repeat;
}
.rounded_corner .top_right {
	height: 18px;
	width: 22px;
	background-image: url(righttop.png);
	background-repeat: no-repeat;
}
.rounded_corner .bottom {
	position: relative;
	height: 26px;
	background-image: url(middlebottom.png);
	background-repeat: repeat-x;
}
.rounded_corner .bottom_left {
	height: 26px;
	width: 18px;
	background-image: url(leftbottom.png);
	background-repeat: no-repeat;
}
.rounded_corner .bottom_right {
	height: 26px;
	width: 22px;
	background-image: url(bottomright.png);
	background-repeat: no-repeat;
}
.rounded_corner .left {
	width: 18px;
	background-image: url(leftmiddle.png);
	background-repeat: repeat-y;
}
.rounded_corner .right {
	width: 22px;
	background-image: url(rightmiddle.png);
	background-repeat: repeat-y;
}
.rounded_corner .content {
	background-color: #FFF;
	background-repeat: repeat;
}
.Languagebar {
	top: 70px;
	position: absolute;
	left: 650px;
}
#menutable {
	position: absolute;
	left: 30px;
	top: 120px;
	height: 60px;
	text-align: center;
}
#links{
	position: absolute;
	left: 30px;
	top: 201px;
}
#lock{
	position: absolute;
	left: 0px;
	top: -250px;
	height: 220px;
	width: 240px;
}
#linktext {
	position: relative;
	font-weight:bold
}
#main {
	position: absolute;
	text-align: left;
	top: 200px;
	left: 200px;
}
#middletext {
	position: relative;
	width: 600px;
}
#middleeffect{
	background-color: #FFF;
}
#wback{
 color: white;	
}
#woback{
 color: black;
}
#bottomtext {
	position: absolute;
	text-align: left;
	top: 530px;
	overflow: scroll;
	width: 646px;
	max-height: 500px;
	left: 200px;
}
#bottomtext img {max-width:600px;}
#bottomtext2 {
	position: absolute;
	text-align: left;
	top: 360px;
	overflow: scroll;
	width: 646px;
	max-height: 500px;    
	left: 200px;
}
#bottomtext2 img {max-width:600px;}
.bottomframetable {
	top: 800px;
	right: 500px;
}
#bottomtextmiddle {
	position: static;
	text-align: left;	
}
#bottomalign{
	text-align: left;
}
#router {
}
#extralink {
	position: absolute;
	top: 400px;
	left: 30px;
	text-align: left;	
}
#extralinktext {
	position: relative;
	left: -5px;
	text-align: left;
}
#quickinstall {
	position: relative;
	top: 60px;
	left: 850px;
	text-align: left;
}
#bottompagetext {
	position: relative;
	bottom: -500px;
}
#fadetext {
	position: absolute;
	text-align: left;
	top: 180px;
	width: 250px;
	max-height: 500px;
	left: 860px;
}
#fadetext p {
	font-family: Arial, Helvetica, sans-serif;
}

