/* NNID Card Stylesheet */

/* Tag styles */

html
{
	height: 100%;
}

body
{
	background-color: white;
	padding: 0;
	border: 0;
	margin: 0;
	font-family: sans-serif;
	height: 100%;
}

div
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* Class styles */

.container
{
	background-color: white;
	min-height: 100%;
	position: relative;
}

.header
{
	background-color: orange;
	height: 100px;
	width: 100%;
	padding: 0px;
	border: 0;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.content
{
	padding: 10px;
	padding-bottom: 100px;
}

.footer
{
	background-color: orange;
	height: 100px;
	width: 100%;
	padding: 0px;
	padding-top: 5px;
	padding-left: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-top: 10px;
	border-collapse: collapse;
}

.link:hover
{
	background-color: #FF6600;
}

.menu
{
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	width: 464px;
	margin-bottom: 100px;
}

.footer_info
{
	margin-left: 5px;
	float: left;
}

.ad
{
	float: right;
	margin-right: 5px;
}

/* ID Styles */

#createlink
{
	width: 150px;
	height: 60px;
	background-color: orange;
	font-size: larger;
	text-align: center;
	line-height: 60px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}

#createlink:hover
{
	background-color: #FF6600;
}

#menulink
{
	width: 150px;
	background-color: orange;
	display: inline-block;
}

#menulink:hover
{
	background-color: #FF6600;
}

#title
{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

#nnidcard
{
	width: 49%;
	float: left;	
}