Positioning Elements with CSS

Positioning Elements
position: type; Type can be: absolute, relative, static, inherit, fixed
top: value;
right: value;
bottom: value;
left: value;