@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

html {
  height: 100%;
  width: 100%
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url("images/notebook.gif") repeat;
}

#wrapper {
  position: relative;
  width: 956px;
  height:100%;
  background: url("images/portrait.png") 0 100% no-repeat !important;
  background: url("images/portrait.gif") 0 100% no-repeat;
}

div#head {
  position: absolute;
  bottom: 265px;
  right: 0;
}

div#social {
  position: absolute;
  bottom: 5px;
  right: 0;
}

div#footer {
  position: absolute;
  bottom: 10px;
  right: 0;
}