/*
	Onisho ~ Global CSS.
	
*/
/**************************************************************
   Links
 **************************************************************/
a {
  color: #e95494;
}
a:hover {
  color: #bb4377;
}
/**************************************************************
   html and body
 **************************************************************/
html,body {
  height: 100%;
}
body {
  background: #ca3149 url('../img/background.gif') top left repeat-x;
}

/**************************************************************
   #container: Sets the width of the site.  
 **************************************************************/
#container {  
  min-height: 100%; 
  height: auto !important;
  height: 600px;
  text-align: left;
  position: relative;
  background: transparent url('../img/home.gif') no-repeat;
}

#container {
  width: 960px;  
  margin: 0 auto;
}
#email { 
  margin: 0;
  padding: 0;
  position: absolute;
  top: 440px;
  left: 540px;
}
#email a {
  display: block;
  width: 120px;
  height: 20px;
  background-color: transparent;
  text-indent: -9999px;
}

#bbs { 
  margin: 0;
  padding: 0;
  position: absolute;
  top: 510px;
  left: 380px;
}
#bbs a {
  display: block;
  width: 200px;
  height: 120px;
  background-color: transparent;
  text-indent: -9999px;
}
img { 
  border: none;
}