﻿html,body{
	height:100%;
}
body{
	margin:0px;
}
.clear{
	clear:both;
}
.pagebox{
	heigth: 100%;
	width: 100%;
	vertical-align:middle;
	text-align:center;
	padding:10px;
}
.page{
	width:950px;
	height:624px;
	margin:auto;

}
.header{
	width:950px;
	height:57px;
}
.header_left{
	float:left;
	width:89px;
	height:57px;
	border-top:rgb(149,148,144) 2px solid;
	border-left:rgb(149,148,144) 2px solid;
}
.header_right{
	float:right;
	width:89px;
	height:57px;
	border-top:rgb(149,148,144) 2px solid;
	border-right:rgb(149,148,144) 2px solid;
}
.content{
	width:950px;
	height:510px;
	text-align:center;
}
.content_top{
	width:475px;
	height:220px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}
.content_bottom{
	width:475px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
}
.content_left{
	width:220px;
	height:220px;
	float:left;
}
.content_right{
	width:220px;
	height:220px;
	float:right;
}
.content_img{
	width:220px;
	height:220px;
	border:0;
}
.content_link{
	cursor:pointer;
}
.footer{
	width:950px;
	height:57px;
}
.footer_left{
	float:left;
	width:89px;
	height:57px;
	border-bottom:rgb(149,148,144) 2px solid;
	border-left:rgb(149,148,144) 2px solid;
}
.footer_right{
	float:right;
	width:89px;
	height:57px;
	border-bottom:rgb(149,148,144) 2px solid;
	border-right:rgb(149,148,144) 2px solid;
}
#popup{
	width:189px;
	position:absolute;
	display:none;
	overflow:hidden;
	cursor:pointer;
	border:rgb(0,0,0) 1px solid;
	height:189px;
	padding:4px;
	font-family:Arial,Helvetica;
	font-size:12px;
}

.box_prime{
	 color:rgb(255,255,255);
	 background-color:rgb(100,85,80);
}
.box_company{
	 color:rgb(0,0,0);
	 background-color:rgb(255,255,255);
}
.box_support{
	 color:rgb(0,0,0);
	 background-color:rgb(200,200,200);
}
.box_software{
	 color:rgb(255,255,255);
	 background-color:rgb(100,100,055);
}

/* CONTENT ELEMENTS */
h1{
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}
h2{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}
h3{
}
h4{
}
h5{
}
h6{
}
p{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	margin: 0;
}

