/* CSS Document */
/* CSS Document */
body {
        padding : 0;
        margin : 0;
        background-color : #777777;
		
}
#image {
   position : absolute;
   bottom : 35px;
   top : 120px;
   left : 240px;
   right : 20%
}
#inname {
   position : absolute;
   top : 40px;
   left : 370px;
}
#remembering {
   position : absolute;
   top : 15px;
   left : 280px;
}
#enter {
   position : absolute;
   bottom : 80px;
   left : 420px;
}

#slide {
   position : absolute;
   top : 50px;
   left : 230px;
   right : 20%; 
}
#slideindex {
   position : absolute;
   top : 80px;
   left : 230px;
   right : 20%; 
}
#imagestext {
    position : absolute;
    bottom : 50px;
    left : 10px;
    z-index : 100;
	}
#getmacromedia {
    position : absolute;
    bottom : 15px;
    left : 780px;
	right : 20%;
}
#name{
    position : absolute;
    bottom : 10px;
    left : 20px;
    z-index : 50;
}
#thispresent{
    position : absolute;
    bottom : 10px;
    left : 230px;
    z-index : 50;
}
#remembergif {
	position :relative;
    left : 800px;
	right : 20%;
	bottom : 200px;
}
#navigation {
	position :relative;
	top : 70px;
	left : 30px;
	width : 140px;
	background-color: #777777;
}

#navigation a {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	color : #000000;
	background-color: transparent;
	font-style: normal;
	text-decoration: none;
	font-size: 24px;
	line-height: 50px;

}
#navigation a:link {
color: #000000  /* unvisited links */
}
#navigation a:hover {
color: #333333  /* hover links */
}
#navigation a:active {
color: #333333  /* active links */
}
#form {
	position : absolute;
	bottom : 70px;
	top : 90px;
	left : 250px;
	right : 20%;  
}
#submit {
	background-color: #777777;
	position : absolute;
	bottom : 160px;
	left : 370px;
	right : 20%; 
	}
#text {
	height : 328px;
	width : 496px;
	overflow : scroll;
	position : absolute;
	top : 85px;
	left : 230px;
	right : 20%;
	background-image: url(images/inametext.jpg);
	font-family: "Verdana", Times, serif;
	font-size: 15px;
	font-style: normal;
	text-transform: none;
	text-indent: 4px;
	word-spacing: 4px;
	background-repeat: no-repeat;
}


