/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hidden{
	display: none;
}

/* End Of Reset */

h1, h2, h3, h4, p {
	display: none;
}

body{
	background: #fbfbfb;
	color: #7a7a7a;
	font-size: 19px;
	font-family: helvetica, verdana, arial, sans-serif;
}

.cont-bold{
	color: #679aa2;
	font-weight: bold;
}

strong{
	font-weight: bold;
}

#container{
	width: 960px;

}

#heading{
	padding: 30px;
	margin-top: -200px;
}

#content{
	margin-top: 0px;
	background: url('../images/content-bg.png');
	width: auto;
	-moz-border-radius:10px;
	margin-bottom: 50px;
}

#logo{
	position: relative;
	top: 0px;
	left: 695px;
	width: auto;
}

#top{
	padding: 30px;
}

#middle{
	width: 960px;
	margin: auto;
	margin-top: 60px;
}

#email{
	width: 250px;
	height: 200px;
	float: left;
	background: url("../images/email-btn.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 25px;
	margin-left: 25px;
}

#flickr{
	width: 250px;
	height: 256px;
	background: url("../images/flickr-btn.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 350px;
	margin-right: 280px;
	padding: 25px;

}

#twitter{
	width: 250px;
	float: right;
	height: 256px;
	background: url("../images/twitter-btn.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 25px;
	margin-right: 0px;
	margin-top: -310px;
}

#middle :hover{
	background-position:  0 -250px;
}

#contact-details{
	padding: 30px;
}

#me{
	position: relative;
	top: 250px;
	right: 300px;
	float: right;
}


















