#container	{
	height: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
 /*using auto margins means you must use bothh left and right */
	border-radius: 50px;
	padding-bottom: 600px;
/* this is more spectific by id */
}
/*This my container that helps me created the main part*/

div{
	border-radius: 10px;
}

#header{
	overflow: auto;
	margin-left: 15%;
	/*height: 120px;*/
	/* now the hegith is elastic */
	width: 67.3%;
	background-color: white;
	text-align: center;
	font-style: italic;
	font-size: 24px;
	float: left; 
	clear: both;
	margin-top: 10px;
}
/*header helped show the submenu*/

.textarea {
	margin-top: 10px;
	height: 800px;
	float: left;
	clear: both;
	margin-left: 15%;
	width: 67.3%;
	background-color: black;
	color: white;
}
/*All my words are in here*/
 
.submenu
{
margin: 10px;
margin-left: 10%;
background-color: lightgrey;
height: 59.6px;
width: 170px;
float: left;
background-image: url(background2.jpg);
background-size: 100%;
text-align: bottom;
font-style: italic;
font-size: 24px;
list-style-type: none;
/*margin: 0;*/
padding: 0;
/*width: 60px;*/

li a {
    display: block;
}

}
	/* unvisited link */
a:link {
    color: white;
}

/*a:link {
    text-decoration: none;
}

*/

/* visited link */
a:visited {
    color: white;
}

/*a:visited {
    text-decoration: none;
}
*/


/* mouse over link */
a:hover {
    color: black;
}


/*a:hover {
    text-decoration: underline;
}

*/


/* selected link */
a:active {
    color: black;
}


/*a:active {
    text-decoration: none;
}
*/


html { 
  background: url(background.jpg) no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.textarea1 {
	text-align: center;
	margin-top: 10px;
	height: 800px;
	float: left;
	clear: both;
	margin-left: 15%;
	width: 67.3%;
	background-color: black;
	color: white;
}
/*this textarea1 is for videos.html*/






