<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 11px 0 0 0;
	padding: 0;
	margin: 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;

	
background: #000000 url(images/logoWORLD.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
background-size: 75%;
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
        color: white; 
}




a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}



/* Header */ /*================================SE========================================*/

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat;
	backgroud-color:black;
        background-size: 120%; 
	background-position: center;
        /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	/*background: url(images/img2.jpg) no-repeat;*/
}


/*Universe*/

#universe {

}

#fixedsizediv
{
height:150px;
width:1080px;

background: /*#000000 */ url(images/newBG.png) no-repeat center center;
background-size:88%;
/* 
background-attachment:fixed;
background-position:center; */
/* background-repeat:no-repeat;*/

    margin-left: auto; 
    margin-right: auto;

}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#header h1 {
	padding-top: 55px;
	font-size: 3em;
	color:white;
}

#header h2 {
	font-size: 1.2em;
	color:white;

}

/* Menu */

#menu {
	width: 720px;
	height: 55px;
	margin: 0 auto;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/img4.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
       
}

#colOne {
	float: left;
	width: 160px;
         
}

#colTwo {
	float: left;
	width: 500px;
	padding: 0 20px;
}

#colThree {
	float: left;
	width: 160px;
        
}


/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	background: url(images/img6.png);
	letter-spacing: normal;
	font-size: .9em;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 70px;
	padding: 7px 0 0 0;
	background: url(images/img3.png) repeat-x;
        background-position:bottom; 
        
}

#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: smaller;
}
</pre></body></html>