@charset "utf-8";
/* CSS Document */

img {
    border:0px;
}

#container {
		position:absolute;
		top:50%;
		left:50%;
		width:640px;
		height:480px;
		margin-top:-240px;
		margin-left:-320px;
	}
	#back_left {
		width:141px;
		height:480px;
		float:left;
		background:url(images/backgr_left.jpg) no-repeat top left;
	}
	#center {
		width:357px;
		height:480px;
		float:left;
	}
	#back_right {
		width:142px;
		height:480px;
		float:left;
		background:url(images/backgr_right.jpg) no-repeat top left;
	}
	#header {
		width:357px;
		height:58px;
		float:left;
		background:url(images/backgr_top.jpg) no-repeat top left;
	}
	#logo {
		width:357px;
		height:73px;
		float:left;
	}
	#centerbox {
		width:357px;
		height:182px;
		float:left;
	}
	#notice {
		width:337px;
		height:92px;
		float:left;
		background:url(images/notice.jpg) no-repeat top left;
		padding-left:20px;
		padding-top:5px;
		
	}
	#footer {
		width:357px;
		height:75px;
		float:left;
		background:url(images/backgr_footer.jpg) no-repeat top left;
		text-align:center;
	}
	#menu {
		width:166px;
		height:182px;
		float:left;
		background:url(images/menu.jpg) no-repeat top left;
		list-style:url(images/bullet/bullet.jpg);
		font-weight:bold;
		line-height:27px;
		margin-left:0px;
	}
	
	#box {
		width:147px;
		height:182px;
		float:left;
		background:url(images/backgr_content.jpg) no-repeat top left;
		color: #EDF0D9;
		padding-left:44px;
	}
	#slide1 {
		display:none;
		height:177px;
		width:127px;
		float:left;
		color:#333333;
		padding-left:44px;
		background:url(images/box_webdesign.jpg) no-repeat top left;
		padding-right:20px;
		font-size:13px;
		padding-top:5px;
	} 

	#slide2 {
		display:none;
                height:177px;
                width:127px;
                float:left;
                color:#333333;
                padding-left:44px;
                background:url(images/box_webprog.jpg) no-repeat top left;
                padding-right:20px;
                font-size:13px;
                padding-top:5px;
        }

 	#slide3 {
		display:none;
                height:177px;
                width:127px;
                float:left;
                color:#333333;
                padding-left:44px;
                background:url(images/box_webhosting.jpg) no-repeat top left;
                padding-right:20px;
                font-size:13px;
                padding-top:5px;
        }
 	
	#slide4 {
		display:none;
                height:177px;
                width:127px;
                float:left;
                color:#333333;
                padding-left:44px;
                background:url(images/box_domreg.jpg) no-repeat top left;
                padding-right:20px;
                font-size:13px;
                padding-top:5px;
        }
 	#slide5 {
		display:none;
                height:177px;
                width:127px;
                float:left;
                color:#333333;
                padding-left:44px;
                background:url(images/box_privproj.jpg) no-repeat top left;
                padding-right:20px;
                font-size:13px;
                padding-top:5px;
        }

	.smallchar {
		font-size:11px;
		width:50px;
	}
body {
	background-color: #333333;
}
body,td,th {
	font-family: Trebuchet MS, Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #333333;
}

ul {
	padding-left:33px;
	padding-top:13px;
	margin:0px;
}
