@charset "utf-8";
/* CSS Document */
/* COLORS 
	BLUE = 0276c1
	WHITE = ffffff
	OFF WHITE = fff6f4
	BLACK = 000000
*/

/* GENERAL */
	html {
		height:100%;
		overflow:hidden;
	}
	body {
		background-color: #000000;
		background-image: url(../images/standard/bg_gradient.jpg);
		background-repeat: repeat-x;
		background-attachment:fixed;
		overflow:hidden;
		z-index:-10;
		text-align:center;
		height:100%;
	}	
	img {
		border:1px solid #000;
		border-width:2px 3px 3px 2px;
	}
	.imagePage {
		height: 90%;
		width:auto;
		/*
		position:absolute;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		top: 30px;*/
		
	}
	.content {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		font-style:italic;
		color:#FFF;
		height:100%;
	}