﻿html {
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
	height:100%;
	background-color:#0151C9; 
	margin:0px;
	padding:0px;

}

body {
	background-image:url('images/homebg.jpg');
	background-position:center bottom;
	background-repeat:no-repeat; height:100%;
	margin:0px;
	padding:0px;
}
#container {
	width:973px;
	margin:0px auto 0px auto;
}
#page {
	width:973px;
	height:627px;
	bottom:0px; position:absolute;
	
}

a.home {
width:67px;
height:45px;
background-image:url('images/home.jpg');
background-repeat:no-repeat;
display:block;
position:absolute;
margin:371px 0px 0px 230px;
	
}

a.home:hover {

background-image:url('images/home-active.jpg');

	
}

a.hats {
background-image:url("images/navhats.jpg");
background-repeat:no-repeat;
display:block;
height:52px;
margin:520px 0 0 55px;
position:absolute;
width:129px;
	
}

.hats:hover {
background-image:url('images/navhats-active.jpg'); 
}

.blog {
	width:64px;
height:37px;
background-image:url('images/blog.jpg');
background-repeat:no-repeat;
display:block;
position:absolute;
margin:391px 0 0 92px;

}

.blog:hover {
	width:64px;
height:37px;
background-image:url('images/blog-active.jpg');
background-repeat:no-repeat;
display:block;
position:absolute;
margin:391px 0 0 92px;

}


.kids {
	width:126px;
height:30px;
background-image:url('images/kids.jpg');
background-repeat:no-repeat;
display:block;
position:absolute;
margin:463px 0 0 130px;

}

.kids:hover {
background-image:url('images/kids-active.jpg');

}


.boys {
	width:63px;
height:57px;
background-image:url('images/boys.jpg');
background-repeat:no-repeat;
display:block;
position:absolute;
margin:379px 0 0 480px;

}

.boys:hover {
background-image:url('images/boys-active.jpg');

}


.girls {
	width:68px;
height:52px;
background-image:url('images/girls.jpg');
background-repeat:no-repeat;
display:block;
position:absolute;
margin:380px 0 0 571px;

}

.girls:hover {
background-image:url('images/girls-active.jpg');

}

