/* CSS Document */

html, body, #container {
      	height:100%;
		width:100%;
      	margin: 0;
      	padding: 0;
		border:none;
      	text-align: center;
		}

	#container {
      	margin: 0 auto;
      	vertical-align: middle;
		width: 100%;
   		}

	body {
		background-color:#1a253e;
		}
		
 	 div#wrapper {
		margin:0;
		padding:0;
		height:516px;
		width:100%;
		background: left repeat-x url(images/border.jpg);
		}
		
	div.left {
		margin-top:18px;
		margin-bottom:18px;
		display:block;
		float:left;
		height:480px;
		width:49.9%;
		background: right repeat-x url(images/splashleft.jpg);
		}
	
	div.right {
		margin-top:18px;
		margin-bottom:18px;
		display:block;
		float:left;
		height:480px;
		width:49.9%;
		background: left repeat-x url(images/splashright.jpg);
		text-align:left;
		}
		
	a#english{
		background:url(images/english.jpg) no-repeat left top;
		height:38px;
		width:118px;
		position:relative;
		left:15px;
		top:329px;
		margin:0;
		display:block;
		overflow:hidden;
		}
		
	a#espanol{
		background:url(images/espanol.jpg) no-repeat left top;
		height:44px;
		width:122px;	
		margin:0;
		display:block;
		position:relative;
		left:151px;
		top:326px;
		overflow:hidden;
		}
		
	a#english:hover {
		background-position: -118px 0;
		}
		
	a#espanol:hover {
		background-position: -122px 0;
		}
		
	.link {
		position:static;
		}

	.link img{
		visibility:hidden;
		}
	
	a img{
		border:none;
		}
		
	p.footer {
		text-align:right;
		margin-top:0;
		margin-right:1px;
		font: .8em Verdana, Arial, Helvetica, sans-serif;
		color:#ccc;
		}
	
	.footer a{
		color:#ccc;
		text-decoration:none;
		}
		
	.byline{
		position:relative;
		top:-3px;
		}
	
	.byline a:hover{
		background-color:black;
		text-decoration: underline overline;
		}