body {

	background-color: #7d94a4;
}

#container {
	width:660px;
	height:513px;
	margin: 0 auto 0 auto;
	}
#container2 {
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 auto 0 auto ;
	width:660px;
	height:513px;
	background-image:url("FINAL_BLACKBOARD.png");
	}
#footer {
	position:absolute;
	width: 600px;
	margin: 0 30 0 30 ;
	height: 40px;
	bottom:35;
	text-align: right;
}

#home a
	{
	position:absolute;
	width:62px;
	height:38px;
	left:17px;
	background-image:url("home.png");
	}

#home a:hover
	{
	background-position: 0px 38px;
	}


#about a
	{
	position:absolute;
	width:75px;
	height:38px;
	left:88px;
	background-image:url("about.png");
	}

#about a:hover
	{
	background-position: 0px 38px;
	}

#look a
	{
	position:absolute;
	width:120px;
	height:38px;
	left:171px;
	background-image:url("lookinside.png");
	}

#look a:hover
	{
	background-position: 0px 38px;
	}

#feedback a
	{
	position:absolute;
	width:104px;
	height:38px;
	left:299px;
	background-image:url("feedback.png");
	}

#feedback a:hover
	{
	background-position: 0px 38px;
	}

#buy a
	{
	position:absolute;
	width:95px;
	height:38px;
	left:410px;
	background-image:url("buynow.png");
	}

#buy a:hover
	{
	background-position: 0px 38px;
	}

#facebook a
	{
	position:absolute;
	width:30px;
	height:30px;
	left:515px;
	background-image:url("facebook.png");
	}

#facebook a:hover
	{
	background-position: 0px 30px;
	}

#twitter a
	{
	position:absolute;
	width:30px;
	height:30px;
	left:553px;
	background-image:url("twitter.png");
	}

#twitter a:hover
	{
	background-position: 0px 30px;
	}

#star a
	{
	position:absolute;
	bottom:90px;
	left:-65px;
	width:200px;
	height:200px;
	background-image:url("star.png");
	}

#star a:hover
	{
	background-position: 0px 200px;
	}

#content
	{
	position:absolute;
	top:50px;
	bottom:90px;
	left:155px;
	right:50px;
	color:#fff;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-weight: 100;
	}

#content a
	{
	color:#fff;
	text-decoration:none;
	}

#content a:hover
	{
	color:#fcfea2;
	}
	


#frame a
	{
	position:absolute;
	width:417px;
	height:347px;
	
	background-image:url(frame.png);
	}

#frame a:hover
	{
	background-position:0px 347px;
	}
#frame
	{
	width:417px;
	height:347px;
	margin:auto auto auto auto;
	background-image:url(frame.png);
	}

img
	{
	margin:17px;
	width:383px;
	height:313px;
	}



h2 
	{
	text-align:center;
	}

h3
	{
	text-align:center;
	}

.center
	{
	text-align:center;
	}

.italic
	{
	font-style:italic;
	}

.bold
	{
	font-size:1.1em;
	}

.bolder
	{
	font-size:1.2em;
	}
#likecontainer
	{
	width:660px;
	height:30px;
	margin: 0 auto 0 auto;
	}
#like
	{
	padding:5px 0px;
	}

.right
    	{
	position:absolute;
	right:20px;
    	}



