@charset "utf-8";
/* CSS Document */
@import url(navigation.css);

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0;
	background: #231f20;
}

#icontainer {
	background: #231f20 url(../image/homepg-splash.jpg) no-repeat 0 0;
	text-align:center;
	margin:0 auto;
	width:1024px;
	height:787px;

}

#index_content{
width:205px;
height:40px;
margin: 30px 0px 0px 50px;
padding: 260px 0 0 15px;
background: #231f20 url(../image/homepage-content.jpg) no-repeat 0 0;
}

#logolink {
    background: #231f20 url(../image/homepage-content.jpg) no-repeat 0 0;
	margin: 30px 0px 0px 50px;
    display:block;
    height:275px;
   text-indent:-9999px;
    width:220px;
}

#logolink:hover {
    background: #231f20 url(../image/homepage-content-hover.jpg) no-repeat 0 0;
	margin: 30px 0px 0px 50px;
    display:block;
    height:275px;
   text-indent:-9999px;
    width:220px;
}

#tclink {
    background: #231f20 url(../image/tc.jpg) no-repeat 0 0;
	margin: 0px 0px 0px 50px;
    display:block;
    height:30px;
   text-indent:-9999px;
    width:220px;
}

#tclink:hover {
    background: #231f20 url(../image/tc-hover.jpg) no-repeat 0 0;
	margin: 0px 0px 0px 50px;
    display:block;
    height:30px;
   text-indent:-9999px;
    width:220px;
}



