/* CSS Document */
html {
	overflow-y:scroll;
}

body {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;


}

#wrap {
	width: 760px;
}


#header {
	width: 750px;
	background-image: url(../img/top/bg_img_head.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	padding-right: 50px;


}

#main {
	width: 750px;
	background-image: url(../img/top/bg_img_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 50px;

}

#footer {
	width: 750px;
	background-image: url(../img/top/bg_img_foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
	padding-right: 50px;


}

a:link {
	color: #3366FF;

}
a:visited {
	color: #3366FF;

}
a:hover {
	color: #FF6666;

}
a:active {
	color: #FF3300;
}