@import "reset.css"; /*--------------------[ Sıfırla ]--------------------*/
html {
padding:0px;
margin:0px;
border:0px;
overflow-x: hidden;
overflow-y: hidden;
background:url('../images/bg.jpg') repeat top left;
}
body {
height:100%;
width:100%;
padding:0;
margin:0;
border:0;
}
#wrapper{
width:900px;
height:500px;
margin:0px auto;
}
#wrapper a{
float:left;
width:450px;
height:500px;
margin:0px auto;
}