@charset "utf-8";

/* 반드시 들어가야 하는 스타일 시작 */
* {margin:0; padding:0; border:0; }
body {
	background-color:/*@background-color*/#fff/*@*/;
	background-image:/*@background-image*/ /*@*/;
	background-repeat:/*@background-image-repeat*/ /*@*/;
	background-position:/*@background-image-position*/ /*@*/;
	font:60px/1.5 Arial;
} 
a {text-decoration:none; color:#000;}
a:hover {text-decoration:underline;}

#anothersite{
margin:400px auto 0 auto;
height:75px;
width:300px;
position:relative;
}