body {
	background-color:#ccc;
}
div,a,img {
	margin:0px;
	padding:0px;
	border:0px;
}

#gate_base {
	position:absolute;
	top:0%;
	left:50%;
	margin-left:-350px;
	width:700px;
	height:100%;
	background:#f0f0f0 url(img/background.gif) center repeat-y;
}

*html #gate_base {
	position:absolute;
	top:0%;
	left:0%;
	width:700px;
	margin-left:150px;
	height:700px;
	background:#f0f0f0 url(img/background.gif) center repeat-y;
}

#gate_main {
	position:absolute;
	top:50%;
	left:20px;
	margin-top:-150px;
	width:660px;
	height:300px;
	/*border:solid 1px #323232;*/
}

#gate_title {
	position:relative;
	width:533px;
	margin-left:66px;
	padding-bottom:8px;
	margin-bottom:10px;
	overflow:hidden;
}

#gate_title2 {
	position:relative;
	width:525px;
	margin-left:0;
	margin-right:auto;
	border:solid 1px #898c95;
	background-color:#ffffff;
}

#gate_logo {
	position:relative;
	margin : 0 auto;
	width:525px;
	height:193px;
}

.biglogo {
	position:absolute;
	top:0px;
	left:0px;
	width:525px;
	height:193px;
	filter:alpha(opacity=0);
	opacity:0.0;
	-moz-opacity:0.0;
}

#m1big {
	background-image:url(img/arallab_l.gif);
}

#m2big {
	background-image:url(img/polaris_l.gif);
}

#m3big {
	background-image:url(img/uml_l.gif);
}

.logo_bottom {
	position:absolute;
	bottom:0px;
	height:8px;
	left:0px;
	width:100%;
	background:url(img/shadow/Bottom.gif) repeat-x;
}

*html .logo_bottom {
	top:100%;
	margin-top:-7px;
}

.logo_right {
	position:absolute;
	top:0px;
	width:7px;
	right:-1px;
	height:100%;
	background:url(img/shadow/Right.gif) repeat-y;
}

*html .logo_right {
	margin-left:1px;
	height:300px;
}

.logo_right_top {
	position:absolute;
	top:0px;
	width:7px;
	right:-1px;
	height:7px;
	background:url(img/shadow/Right_Top.gif) no-repeat;
}

.logo_left_bottom {
	position:absolute;
	bottom:0px;
	height:8px;
	left:0px;
	width:7px;
	background:url(img/shadow/Left_Bottom.gif) no-repeat;
}

*html .logo_left_bottom {
	top:100%;
	margin-top:-7px;
}

.logo_right_bottom {
	position:absolute;
	bottom:0px;
	height:8px;
	right:-1px;
	width:7px;
	background:url(img/shadow/Right_Bottom.gif) no-repeat;
}

*html .logo_right_bottom {
	top:100%;
	margin-top:-7px;
}

#gate_text {
	position:relative;
	height:36px;
	width:525px;
	margin-top:8px;
}

.text {
	position:absolute;
	top:0px;
	left:0px;
	width:515px;
	filter:alpha(opacity=0);
	opacity:0.0;
	-moz-opacity:0.0;
	text-align:right;
	padding-right:10px;
	font-size:12px;
	
}

.base {
	position:relative;
	width:210px;
	height:77px;
	margin:5px;
	float:left;
	margin:5px;
	display: inline;
}

.default {
	position:relative;
	top:0px;
	left:0px;
	width:210px;
	height:77px;
	background-image:url(img/button_default.png);
}

.over {
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	height:77px;
	background-image:url(img/button_onover.png);
	filter:alpha(opacity=0);
	opacity:0.0;
	-moz-opacity:0.0;
}

.click {
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	height:77px;
	background-image:url(img/button_onclick.png);
	filter:alpha(opacity=0);
	opacity:0.0;
	-moz-opacity:0.0;
}

.logo {
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	height:77px;
}

#gate_menu1 .logo {
	background-image:url(img/arallab.gif);
}

#gate_menu2 .logo {
	background-image:url(img/polaris.gif);
}

#gate_menu3 .logo {
	background-image:url(img/uml.gif);
}

.clear {
	clear:left;
}

#footer {
	position:absolute;
	bottom:5px;
	font-size:12px;
	width:676px;
	text-align:right;
	padding-right:24px;
}