@font-face {
	font-family: isp;
	src: url('/untitled/includes/font1.ttf');
}

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 0px 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
a {
 color: none;
 text-decoration: none;
 }
a:link {
 color: none;
 text-decoration: none;
 }
a:visited {
	color: none;
	text-decoration: none;
}
img {
	border:none;
	}
	
	/*2013 Introduction*/
#intro {
position:absolute;
	width:600px;
	height:150px;
	background-color:1f396c;

	}
	.13-nav {
	background-color:1f396c;
	}
	
	/*2013 end*/
#maymenu {
	visibility:hidden;
	height:25px;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(images/fade_back.gif);
	background-repeat:repeat-x;

	}
.brand {
	position:absolute;
	top:30px;

	}
#nav {
	position: absolute;
	left:1025px;
	}
#container {
	margin-top:110px;
	margin-left:50px;
	width:850px;
		}

/*copy*/
#copyright {
margin-left:55px;
	margin-top:250px;
	padding-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	}
.copytext {
	color:#333;
	}
	

#ie-message {
background:#C00;
text-align:center;
border-bottom:1px solid #900;
color: #fff;
position:absolute;
top:0;
padding:5px;
width:100%;
}
#ie-message a {
color: #fff;
}
#background-color {
	background-color: #FFF;
}
