body {
	background:#000000;
	color:#FFFFFF;
	font:11px "lucida sans unicode", Arial, sans-serif;
	margin:0;
	padding:0;
}

	div#container {
		background:url(images/background.gif) repeat-x bottom center;
		margin:0 auto;
		overflow:hidden;
		position:relative;
		width:100%;
	}
	
		div#header {
			height:168px;
			margin:0 auto;
			overflow:hidden;
			width:914px;
		}
		
			div#header img {
				border:none;
				margin:0 207px;
				width:500px;
			}
		
		div#content {
			margin:0 auto;
			overflow:hidden;
			padding-bottom:40px;
			position:relative;
			width:914px;
			z-index:1;
		}
		
			div#content a {
				color:#ff2500;
				padding:0 2px;
				text-decoration:underline;
			}
			
			div#content a:hover {
				background:#ff2500;
				color:#ffffff;
				text-decoration:none;
			}
				
				div#content div.rightCol h1,
				div#content div.leftCol h1 {
					background:url(images/headerBackground.gif) repeat-x top left;
					color:#ff2500;
					display:block;
					font-size:16px;
					font-weight:bold;
					height:36px;
					line-height:36px;
					margin:0;
					padding:0 8px;
					text-transform:uppercase;
				}
				
				div#content div.leftCol div.content,
				div#content div.rightCol div.content {
					background:url(images/colBackground.png) repeat-x top left;
					height:460px;
					overflow:hidden;
					padding:5px 8px;
				}
				
					div#content div.rightCol div.content h2,
					div#content div.leftCol div.content h2 {
						color:#ff2500;
						font-size:14px;
						font-weight:normal;
						margin:0;
						text-transform:uppercase;
					}
					
					div#content div.rightCol div.content p,
					div#content div.leftCol div.content p {
						margin:0 0 10px;
					}
		
			div#content div.leftCol {
				float:left;
				margin-right:12px;
				overflow:hidden;
				margin-top:55px;
				width:215px;
			}
			
			div#content div.centerCol {
				float:left;
				margin-right:12px;
				overflow:hidden;
				width:460px;
			}
	
				div#content div.centerCol iframe {
					border:5px solid #ff2500;
					width:450px;
					overflow:hidden;
				}
			
			div#content div.rightCol {
				float:left;
				overflow:hidden;
				margin-top:55px;
				width:215px;
			}
			
				div#content div.rightCol img {
					margin:-5px 0 0 -8px;
				}
				
			div#content div.rightCol a.bigLink {
				font-size:12px;
				font-weight:bold;
				text-decoration:none;
			}
		
		div.backgroundDice {
			background:url(images/dice.gif) no-repeat top left;
			bottom:0;
			display:block;
			height:212px;
			position:absolute;
			right:0;
			width:234px;
			z-index:0;
		}
	
	div#footer {
		background:#000000;
		height:60px;
		width:100%;
	}
	
		div#footer a {
			background:url(images/footerLink.gif) no-repeat top left;
			display:block;
			height:60px;
			margin:0 auto;
			text-indent:-9999px;
			width:52px;
		}
		
		a.primera {
            display:Block;
            width:123px;
            height:48px;
            text-decoration:none
            cursor:pointer;
        }

        a.primera:hover {
            background:none;
        }
        
        


		
		

