@charset "utf-8";
/* CSS COMMON */

html {
	margin:0px;
	padding:0px;
}

body {
	text-align: center;
	color:#999999;
	margin:0px;
	padding:0px;
}

#ss_border{
	background:url(../images/ss_repeat.gif) repeat-x top;
	height:7px;
}
#ss_contents{
	background:url(../images/ss_main_repeat.jpg) repeat-x bottom;
}
#ss_main{
	margin:0 auto;
	width:600px;
	position:relative;
}
.ss_win_btn{
	top:352px;
	left:50px;
	position:absolute;
}
.ss_mac_btn{
	top:352px;
	left:310px;
	position:absolute;
}
