@charset "UTF-8";
/* CSS Document */
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}


.text {
	text-shadow: 1px 1px 10px #535f63;
	font: 30px/38px 'BPdotsRegular', Arial, sans-serif;letter-spacing: 0;
	color: #999;
	line-height:160%;
	padding-left: 15px;
	padding-top: 15px;
	-moz-box-shadow:inset 0 0 10px #000000;
    -webkit-box-shadow:inset 0 0 10px #000000;
    box-shadow:inset 0 0 10px #000000;
}
.text {
	background-color: black;
	/* for IE */
  	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
.text a:link {
	color:white;
	text-decoration: none;
}
.text a:visited{
	color:white;
	text-decoration: none;
}
#text-contact {
	padding:18px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #999;
	line-height:25px;
	height:314px;
	
}
.title {
	font-weight:bold;
	color#666;
	width:880px;
	  /* for IE */
 	 filter:alpha(opacity=0);
  			/* CSS3 standard */
 	 opacity:100;
 	 white-space: 
}

#footer {
	position: fixed;
	bottom: 0px;
	right:0px;
	border-left:9px dashed #CCC;
	border-top:9px dashed #CCC;
	padding-top: 40px;
	width:180px;
	height:125px;
	margin-left:85%;
	text-align:center;
} 

*html #footer {
	position: absolute;
	bottom: 0px;
}

#welcome-msg {
	width:600px;
	height:400px;
	padding-top:0px;
	background:#fff;
	font: 25px/25px 'DitedRegular', Arial, sans-serif;letter-spacing: 0;
	color:#000;
	line-height:40px;
}

.welcome-size{
	font-size:20px;	
	padding-left:10px;
}

#welcome-msg, #footer, body {background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0.12, #178FB3),
    color-stop(0.58, #53B7E6)
	);
}

#welcome-msg, #footer, body {
	background-image: -moz-linear-gradient(
    left top,
    #178FB3 12%,
    #53B7E6 58%
	)
}

