
            body {
                background-color:#CDCDCD;
                background-image:url('/CSS/Resources/brushedAluTile.jpg');
                margin:0px;
                padding:0px;
                border:0px;
                max-width:100%;
            }
 
            #header {
                background-color:#000000;
                /*background-image:url('/CSS/Resources/brushedDarkMetal.jpg'); like 93 kilobytes*/	
				background-image:url('/CSS/Resources/brushedAluTile.jpg');		/* normall append Dark to name*/)		
                        /*background-image:url('/CSS/Resources/tileable_carbon_fiber_500x500.png');             */
                position:relative;
                width:100%;                
                color:#EEEEEE;
            }
            main{
                padding:4px;
            }
            /****************************
            CustomFont - 46kilobytes
            ****************************/ /*           
            @font-face {
                font-family: "CustomCastellar";
                src: url(/CSS/Resources/Fonts/CustomCastellar.ttf) format("truetype");
            }
			*/
            
            #headerTitle {
                        /*border-radius:0px 0px 25px 25px; /*Topleft Topright Bottomright Bottomleft*/
                        /*width:50%;*/
                        /*height:100%;*/
                background-color:rgba(0,0,0,0.79);
                /*font-family:"Castellar","CustomCastellar","Times New Roman",Times,serif;*/
				font-family:"Times New Roman",Times,serif;
                font-size:350%;/*400%*/
                color:#FFFFFF;        
            }
            
            #navbar{
                        /*background-image:url('/CSS/Resources/brushedDarkMetal.jpg');/*if not same as header*/
                background-color:rgba(0,0,0,0.39);
                max-width:100%;
                height:20px;
            
            }
            
           
            /*Anchors in navbar color*/
            #navbar a:link {color:#FFFFFF; text-decoration: none;}
            #navbar a:visited {color:#CCCCCC; text-decoration: none;}
            #navbar a:hover {color:#DDDDDD;text-decoration: underline;}
            #navbar a:active {color:#777777; text-decoration: none;}
            
           
            #footer {
                /*background: #898989;
                /*no BG needed*/
                width:100%;
                position:relative;
                bottom:0px;
                font-size: medium;
                color: #444444;
            }
            
            #footer a:link {color:#444444; text-decoration: none;}
            #footer a:visited {color:#333333; text-decoration: none;}
            #footer a:hover {color:#555555;text-decoration: underline;}
            #footer a:active {color:#666666; text-decoration: none;}
            
            
            
            
            .scaleImg{
            /*max-width: 80%;*/
            height: auto;
            width: auto;
            }
            
            .lalign{
                text-align:left;
            }
            .ralign{
                text-align:right;
            }
            .center{
                text-align: center;
            }
            .structure{
                margin:0px;
                padding:0px;
                border:0px;
            }