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

#choose_server_container {
	position: relative;
	width: 665px;
	height: auto;
	background-image: url(http://www.sagonet.com/templates/sago2/images/dedicated/choose_bg.jpg);
	background-repeat: repeat-y;
}

#choose_server_header {
	position: relative;
	width: 665px;
	height: 138px;
	background-image: url(http://www.sagonet.com/templates/sago2/images/dedicated/choose_top.jpg);
	background-repeat: no-repeat;
}

#choose_server {
        position: relative;
        width: 516px;
        height: 330px;
        background-repeat: repeat-y;
        background-image: url(http://www.sagonet.com/templates/sago2/images/dedicated/3linebg.jpg);
}


#choose_server_col1 {
        position: absolute;
        left: 20px;
        width: 159px;
        height: 240px;
        top: 90px;
        font-size: 11px;
        text-align: center;
}

#choose_server_col2 {
        position: absolute;
        width: 165px;
        height: 240px;
        left: 185px;
        top: 90px;
        font-size: 11px;
        text-align: center;
}

#choose_server_col3 {
        position: absolute;
        width: 162px;
        height: 240px;
        left: 357px;
        top: 90px;
        font-size: 11px;
        text-align: center;
}



#cs_header_text {
	position: absolute;
	width: 520px;
	height: 70px;
	top: 10px;
	left: 15px;
	color: #FFFFFF;
}

#cs_bargain_text {
	position: absolute;
	width: 190px;
	height: 27px;
	left: 6px;
	top: 100px;
	color: #000000;
	padding-top: 6px;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
}

#cs_performance_text {
	position: absolute;
	width: 190px;
	height: 27px;
	left: 238px;
	top: 100px;
	color: #000000;
	padding-top: 6px;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
}

#cs_ibm_text {
	position: absolute;
	width: 190px;
	height: 27px;
	left: 470px;
	top: 100px;
	color: #000000;
	padding-top: 6px;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
}

#cs_header_image {
	position: absolute;
	width: 66px;
	height: 66px;
	top: 10px;
	left: 580px;
	background-image: url(http://www.sagonet.com/templates/sago2/images/dedicated/qmark.jpg);
	background-repeat: no-repeat;
}

#choose_server_footer {
	position: relative;
	width: 665px;
	height: 60px;
	background-image: url(http://www.sagonet.com/templates/sago2/images/dedicated/choose_bot.jpg);
	background-repeat: no-repeat;
}


