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


* {
	border : 0;
	margin : 0;
	padding: 0;
	}


body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#4eaafd;
	font-size:62.5%;
}

div.outter {
	width:950px;
	height:1050px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/plane.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.3em;
}

div.clear {
	clear:both;
}

div.logo {
	background:url(images/dcdl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:500px;
}
	
#dcd {
	background:url(images/dcdt.gif) no-repeat;
	position:absolute;
	top:200px;
	height:98px;
	width:741px;
	}
	
#linkbox {
	position:relative;
	width:228px;
	height:27px;
	float:right;
	margin-top:71px;
}
	
#print {
	background:url(images/print_off.gif) no-repeat;
	height:27px;
	width:67px;
	float:left;
	
}

#print:hover {
		background:url(images/print_on.gif) no-repeat;
		cursor:pointer;	
}


#web {
	background:url(images/web_off.gif) no-repeat;
	height:27px;
	width:65px;
	float:left;

}

#web:hover {
		background:url(images/web_on.gif) no-repeat;
		cursor:pointer;	
}

#support {
	background:url(images/support_off.gif) no-repeat;
	height:27px;
	width:95px;
	float:left;

}

#support:hover {
		background:url(images/support_on.gif) no-repeat;
		cursor:pointer;	
}


.linktxt {
	visibility:hidden;
}

a.ahref {
	text-decoration:none;
}


#bottom {
	position:absolute;
	margin-top:700px;
	background:url(images/dcdcopy.gif) no-repeat;
	width:950px;
	height:53px;
}

#bottom:hover {
	background:url(images/dcdcopy_on.gif) no-repeat;
	cursor:pointer;
}

.temporary {
	text-align: center;
	color: #B0D8FF;
}

#bot_sf {
	background:url(images/sf_dark.jpg);
	width:100%;
	height:200px;
	position: fixed;
	bottom: 0px;
	top:950px;
}

body.dark {
	background-color:#45567b;
	background:url(images/background_drk.jpg) repeat-x;
}

div.logo_dark {
	background:url(images/dcdld.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:500px;
	
}
	