@charset "utf-8";
/* CSS Document */
/* all */

html,body {
    height: 100%;
}

body{
	font-size: 10pt;
    line-height: 160%;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    background: #161616;
    color:#fff

}

#container{
    background: #222;
    background-size: cover;
    background-attachment:fixed; 
    background-position:center;
	margin	  : 0;
	margin-left:auto;
	margin-right:auto;
    width	  :1200px;
    height	  : 100%;
    min-height: 100%;
    text-align: left;

}


.sns{
	text-align:right;
	padding:5px;}

/* heda */
#heda{
 text-align : center;
 background-image:url(../img/img-hedar.png);
 background-repeat: no-repeat; 
 height:498px;

}

/* about */
#about{
    background: #222;
	margin-top:50px;
	height:380px;
    width	  :1200px;
    text-align : center;
}

/* cd */
#cd{
    background: #fff;
	margin-top:10px;
	height:500px;
    width	  :1200px;
 	text-align : center;
}

#cd02{
    background: #fff;
	height:400px;
    width	  :1200px;
 	text-align : center;
}

#order{
    background: #222222;
	margin-top:30px;
	margin-left:50px;
	height:600px;
    width	  :960px;
 	text-align :left;
@@color  : #fff;
    pading:5px;
}


#live{
    background: #222;
	margin-top:10px;
	height:270px;
    width	  :1200px;
 	text-align : center;
}


#profile{
    background: #fff;
	margin-top:10px;
	height:400px;
    width	  :1200px;
 	text-align : center;
}

#copyright{
    background: #222;
	margin-top:10px;
	height:60px;
    width	  :1200px;
 	text-align : center;
}

body > #container {
    height: auto;
}

a:link { color: red }

