body {
	margin: 0 auto;
	text-align:center;
	background-color:#434343;
	font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: white;
	padding: 0;
}

html {
	background-color: #434343;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}
a:hover {
	
}

p {
	margin: 0 0 18px;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}
#pg {
	background-image:url(../images/idv-bg.jpg);
	text-align:left;
	margin: 0 auto;
	width:800px;
	height:600px;
}

/* @group hd */



/* @end */

/* @group bd */

#bd {
	text-align:left;
	position:relative;
}

#btn-home {
	text-align:left;
	margin: 0;
	width:101px;
	height:101px;
	position:absolute;
	top: 200px;
	right: 50px;
}

/* @group screens */

/* @group flickr */

.flickr-imgs {
	
}
.flickr-img {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}
.flickr-img img {
	border: 0 none;
}



/* @end */

/* @group home */

li.ibtn {
	float:left;
	height: 98px;
	width: 104px;
	display: inline;
	margin: 0;
	padding: 0;

}
li.ibtn a {
	font-size: 36px;
	color:white;
	text-align:center;
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-style: normal;
	line-height: 0;
	margin: 0;
	padding: 47px 0 0;
	height: 40px;
}

li.btn-flickr a {
	color: #f57fff; /* ea03ff */
}
li.btn-facebook a {
	color: #80bfff;
}
li.btn-linkedin a {
	color: #80bdff;
}
li.btn-blog a {
	color: #ffd780;
}
li.btn-github a {
	color: #434343;
}
li.btn-me a {
	color: #82d981;
}



/* @end */

.iscreen {
	background-image:url(../images/screen-static.jpg);
	margin: 0;
	width:480px;
	height:320px;
	position:absolute;
	left: 155px;
	top: 90px;
}

.iscreen h2 {
	border-bottom: 1px dotted silver;
	font-size: 24px;
	padding: 25px 20px 0;
	margin: 0;
	line-height: 0;
	font-weight: normal;
	font-style: normal;
}
.iscreen .bd {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 20px;
}
.iscreen .ft {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10px;
	padding-top: 10px;
}
#screen-home {
	background-image:url(../images/screen-home.jpg);
}

#screen-home ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width: 320px;
	height: 320px;
	margin: 14px 0 0 12px;
	padding: 0;
}

#screen-flickr {
	background-image:url(../images/screen-flickr.jpg);
}
#screen-facebook {
	background-image:url(../images/screen-facebook.jpg);
}
#screen-linkedin {
	background-image:url(../images/screen-linkedin.jpg);
}
#screen-blog {
	background-image:url(../images/screen-blog.jpg);
}
#screen-me {
	background-image:url(../images/screen-me.jpg);
}
#screen-github {
	background-image:url(../images/screen-github.jpg);
	color:#434343;
}
#screen-github a {
	color:#434343;
}
#screen-github .hd {
	border-bottom: 1px dotted #434343;
}
#screen-me img {
	float:left;
	margin-right:18px;
	margin-bottom:5px;
	position: relative;
	top: 3px;
}



/* @end */



/* @end */

/* @group ft */

#ft {
	text-align: center;
	font-size: 10px;
	color: silver;
	line-height: 15px;
	margin: 0;
	width: 800px;
	height: auto;
	position:absolute;
	top: 450px;

}

#ft p {
	
}



/* @end */