/*universal setings*/
*{
  margin: 0;
  padding: 0; 
  }
/*re-define*/
body {
       background: #330;
      }

/*container for image and link*/
#welcome {
	width: 800px;
	height: 500px;
	margin: 5% auto 0 auto;
      background: #330 url(../images/main.jpg) top left no-repeat;
}
#welcome a {
	font-size: 2.4em;
	color: #333300;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 230px;
	left: 645px;
	text-decoration: none;
}
a:link {
	       color: #FFFFFF;
              }
a:visited {
	color: #999900;
	}
a:hover {
	       color: #FFFFFF;
              }
a:active {
	color: #999900;
	}
