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

#wrapper{
	width:400px;
	margin:250px auto;
	text-align:center;
	position:absolute;
  	left: 50%;
  	top: 50%;
  	margin-left: -200px;
  	margin-top: -100px;

}

#logo{
	width:194px;
	height:55px;
	background:url(../images/takram.jpg) no-repeat;
	overflow:hidden;
	margin:30px 103px 60px;
}

h1{
	display:none;
}

.section{
	clear:both;	
}

ul#link{
    list-style:none;
    width:100%;
	overflow:hidden;
	margin:0 100px;
}
ul#link li{
    list-style:none;
    float:left;
    width:79px;
	margin:0 10px;
}
ul#link a{
    display:block;
    width:79px;
    height:13px;
    text-indent:-200px;
    overflow:hidden;
}
a.html{
    background-image:url(../images/htmlLink.jpg);
}
a.flash{
    background-image:url(../images/flashLink.jpg);
}

