@charset "UTF-8";
/* CSS Document */

#container{
	width: 1000px;
	height: 666px;
}
body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

#siteID{
position:relative;
float:left;
width:1000px;
height:84px;
background-image:url(images/siteID.gif);
}
