﻿body {
background-image: url('images/xc15.jpg');/* background collor*/
 /*background-size: 80px 60px;*/
 background-repeat: no-repeat;
 padding-top: 10px;
/*background-repeat: repeat;*/
}


div#header {
font-family:"Comic Sans MS";
font-size:small;
text-align:center;
width: 1000px;/*how wide is the object on page*/
background-color:silver;/*color of object*/
border: solid;/*set the border type*/
border-color:black;/*set the border color*/
margin-top: 5px;/*sets stuff from screen top*/
margin-bottom: 15px;/* how far down screen does object go*/
margin-left: auto;/*centers the object*/
margin-right: auto;/*centers the object*/
padding: 1px;/*padding tells you how fat to make the object*/
height:30px;
}

div#image {
background-image: url(images/xc32.jpg);
/*background-color:white;/*background of the div object*/
/*background-image: url(images/goodind1.gif);
background-repeat: no-repeat;
background-position: left top;*/

border: medium solid black;/*set the border type*/
/*set the border color*/
margin-left: auto;/*centers the object*/
margin-right: auto;/*centers the object*/
padding: 0px;/*padding tells you how fat to make the object*/
width: 1000px;/*width of object*/
height:230px;/*how long is the object on page*/
text-shadow: 2px 2px #000000;

}
.tdback {/*simply the name of this programing event*/

/*background-repeat:no-repeat;/*do not want the image to repeat*/
  }
div#info{
	background-color:white;
	border: solid;
	border-color:black;
	font-family:"Comic Sans MS";
	font-size:medium;
	font-weight:bold;	
	margin-top: 5px;/*sets stuff from screen top*/
    margin-bottom: 5px;/* how far down screen does object go*/
    padding: 1px;/*padding tells you how fat to make the object*/
   
    margin-left: auto;/*centers the object*/
    margin-right: auto;/*centers the object*/
   	width: 1000px;
    height:800px;/*howlong is the object on page*/
    overflow:auto;
}
a:link {
	font-family: "Comic Sans MS";
	font-size: medium;
	color:green;
	text-decoration: none;
	}

a:visited {
font-family: "Comic Sans MS";
font-size: medium;
color:green;
text-decoration:none;
}
a:hover{
font-family: "Comic Sans MS";
font-size: medium;
color:green;
text-decoration:none
}
a:active {
font-family: "Comic Sans MS";
font-size: medium;
color:green;
text-decoration:none
}
